I am trying to calculate the local time (10 hours ahead of UTC) into a new field using this statement:
${dTime} + (1000 * 60 * 60 * 10)
But I get an answer that looks like its in EPOCH time (see attached.
How can I get the local time into a field in ArcGIS online?
(If I leave it in UTC time then the dates are split by the midnight mark and I can't filter my map layers properly).