How do I know if a date is locale or UTC, it does not make sense?
Why is there a timesone aware "mark" (+2:00) on what is returned from now()?
Using arcade this is what is being returned.
now() - 2021-05-04T09:02:03+02:00
Timestamp() - 2021-05-04T09:02:03+02:00
I would expect now to just return the locale datetime and nothing else?
I don't recognize any of this from the documentation:
https://developers.arcgis.com/arcade/function-reference/date_functions/#now
Returns the current date and time
e.g. Mon Oct 24 2016 12:09:34 GMT-0700 (PDT)
From documentation https://developers.arcgis.com/arcade/function-reference/date_functions/#timestamp
Returns the current date and time in UTC time
e.g. 29 Mar 2017 08:37:33 pm