A super quick read.
Chantelle Campbell

Managing Time Zones in Infomaptic: Using Date.ConvertTimeZone and Date.ToUTC

A super quick read.
Chantelle Campbell

Dates in ArcGIS services are often time zone naive, meaning that the time zone is not specified. Infomaptic assumes Coordinated Universal Time (UTC) for such dates, as do most hosted feature services. To change the time zone, you can use the Date.ConvertTimeZone expression followed by the desired time zone.

For Example: 

Date.ConvertTimeZone(data.Date.value, 'America/Los_Angeles')
Date.ConvertTimezone(Date("2022-10-21T19:30:59.3780063+00:00"), "America/Los_Angeles"); => 2022-10-21T12:30:59.3780063+00:00
The function, ConvertTimeZone, has the following parameters:
table

Likewise, if the date does have timezone information, or you have already set it, you can use the ToUtc function to convert it back to UTC. For more details, check out the docs for ToUTC or ConvertTimeZone.

Check out the video below for a detailed review!



 


Share

Related articles

Dymaptic releases Infomaptic: better feature reports for ArcGIS Online and Enterprise

Dymaptic releases Infomaptic: better feature reports for ArcGIS Online and Enterprise

PORTLAND, OR – September 22, 2021. Dymaptic, an Esri Silver Esri Partner Network partner, just announced the official launch of infomaptic –...
ArcGIS Reporting: (Y)et (A)nother (R)eporting (T)ool

ArcGIS Reporting: (Y)et (A)nother (R)eporting (T)ool

….it seems like making quick, shareable, easy, dynamic reports from ArcGIS Online data should be a solved problem. Yet, it isn’t. Until now.
Creating Feature Reports Using Drag and Drop

Creating Feature Reports Using Drag and Drop

Infomaptic provides a simple What You See Is What You Get designer that allows you to quickly design templates by dragging and dropping item...