to get a personalized navigation.
to get a personalized navigation.
Hi!
We are building a Java library for calling Visma and we need to know how to map date-time from the JSON response to some date represantation in Java.
From an API call:
"lastModifiedDateTime": "2021-02-10T20:41:59.147",
"createdDateTime": "2021-02-10T20:41:36.42",
Could you please help me with the following questions:
-How should we understand those dates?
-What is the time zone? Or is it UTC but in format of local date time?
Thanks!
/Frida
Solved! Go to Solution.
Hello, additionally,
- API Response Header "Date" is always GMT / UTC
- Application (Financials ERP & DB) returns the LastModifiedDateTime value stored in the database based on the server location which is currently CEST (UTC/GMT+2) and this will be CET (UTC/GMT +1) during the winter time.
Hi,
If it's the format you are asking for it's "yyyy-MM-ddTHH:mm:ss.FFF" and the Timezone is CET/ GMT + 1. It follows local time in Norway and accounts for summer/winter time.
Hi!
Thank you so much for a quick reply!
Have a nice day!
/Frida
Copyright © 2022 Visma.com. All rights reserved.