Time stamp
I've eddited my time zone in my profile settings, and the files on the front end are showing the correct timestamp ( with my local time ). But whenever I retrive files by an api call the time stamp is incorrect, even from files that where posted after i changed the time setting.
Like
Follow
3replies
-
Hello Tomek,
Our APIs emits all dates as ISO 8601 combined with times. We then use a library to translate those timestamps into the DateTime that is localized for the user on the frontend. Therefore you may need a library to do these conversions of DateTimes into a format more appropriate for the consumers of your application.Reply