Account
Earned badges
Achievement: Latest Unlocked
Replies
Topics Started
Preferences
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.
|
Replies Created
Reply to: OneSpan Callback not returning GMT-0 time
Friday, September 16, 2022 at 01:04pmAttached is the picture showing the event callback time.
Reply to: What is the Data Type of the Package Id?
Tuesday, September 20, 2022 at 11:47amYes 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
Tuesday, September 20, 2022 at 12:01pmShouldn'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
Tuesday, September 20, 2022 at 12:04pmGMT ---> 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 ago | 37 | ![]() |
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 ago | 7 | |
I am currently in CST/ GMT-5 but the callback is returning GMT-4 for the createdDate time.
|
5 | 1 year ago | 39 | ![]() |