Hi all !
I want to create some records (“working days”) server side, that include a date. One “working day” per day, the date being that of the corresponding day.
I am using an API workflow server side, that creates a new record based on the latest one (highest date), the new date being calculated from the previous date, adding 1 day:
This works well except at the time we change clocks (daylight saving). At that time the result of the addition is wrong, it has 1 hour too many. Below is a screenshot of the calculated dates, left column is displayed in UTC and right column is displayed in my local time zone (France). I would expect the UTC values to always have hours at 00, which is not the case:
The text element to display UTC date/time:
Is this a bug or am I doing something wrong?
As far as I know the (+day) works well client side.
Thanks for your help.