forked from community/device-mgt-core
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.fix-compile-failure
parent
a4f1f64a70
commit
bc81c8923c
Loading…
Reference in new issue