Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics

Is there a certain data type you are using to generate the Package Ids for packages? I would like to reference the package id.

Is there a certain data type you are using to generate the Package Ids for packages? I would like to reference the package id.

I am currently in CST/ GMT-5 but the callback is returning GMT-4 for the createdDate time.

I am on the onespan sandbox could this have an effect?

 

Replies Created

Reply to: What is the Data Type of the Package Id?

0 votes

Yes please raise a request. Since the Callback size documented is 255 characters as displayed here https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/setting-callback-notifications, there seems to be missing information on how the packageId is generated and if it will ever be longer that 28 digits.


Reply to: OneSpan Callback not returning GMT-0 time

0 votes

Shouldn't OneSpan callbacks be sending the timestamp using GMT-0 as mentioned here? https://www.onespan.com/blog/onespan-sign-release-1121-time-zone-support

I am aware that there is a difference between my local time and the callback time, but I was expecting the callback to send the timestamp using GMT-0 and not GMT-4
as displayed in the blog. Since I am tracking the status on our application using these timestamps, I need to know which time zone I should use.

Can you confirm that the onespan callbacks are using GMT-0 or GMT-4?


Reply to: OneSpan Callback not returning GMT-0 time

0 votes

GMT ---> Local

 

        ZonedDateTime gmt = ZonedDateTime.parse("2022-09-19T14:13:00Z");
        DateTimeFormatter fmt = DateTimeFormatter.ofPattern("yyyy-MM-dd'T'HH:mm:ss'Z'");

        String zoneId = "America/Montreal";

Also from this code you shared, America/Montreal is GMT-4 which seems like that is what timestamp the callback is using.


Subscriptions

Topics Replies Freshness Views Users

Is there a certain data type you are using to generate the Package Ids for packages? I would like to reference the package id.

2 1 year 6 months ago 45
Profile picture for user Duo_Liang

Is there a certain data type you are using to generate the Package Ids for packages? I would like to reference the package id.

0 1 year 7 months ago 9

I am currently in CST/ GMT-5 but the callback is returning GMT-4 for the createdDate time.

I am on the onespan sandbox could this have an effect?

 

5 1 year 6 months ago 47
Profile picture for user Duo_Liang

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.