Hi,
when running my js client, I need to manage dates and timezones correctly.
eg the user creates an object which has a creation date, which will be later submitted to the server when he hits the save button.
For this I need the server date and timezone, and the client timezone so I can store the object, not with the client date, not with the server date, but in universal date format.
I didn't find in the REST API where to get the server date and timezone. Do I have to do it in our own REST API ?
Thanks,
Pierre