Change the return type of the app lifecycle's updated time #491
Merged
tcdlpds
merged 1 commits from tcdlpds/device-mgt-core:apim420
into apim420
3 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'tcdlpds/device-mgt-core:apim420'
Deleting a branch is permanent. It CANNOT be undone. Continue?
If the API returns Timestamp object it creates from the Unix timestamp (in milliseconds), but its string representation depends on the JVM’s default timezone. Therefore it returns timestamp based on JVM's timezone. Since it is required to return UTC time, changed the data type and returns the long value. With this improvement it is guaranteed that client gets the UTC time of the app lifecycle's updated time.
19287b515f
into apim420 3 months agoReviewers
19287b515f
.