<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Convert time for Static Map in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/convert-time-for-static-map/m-p/1357637#M76036</link>
    <description>&lt;P&gt;&lt;A href="https://developers.arcgis.com/arcade/function-reference/date_functions/#changetimezone" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/convert-timezone.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/arcade/function-reference/date_functions/#changetimezone" target="_blank"&gt;https://developers.arcgis.com/arcade/function-reference/date_functions/#tolocal&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/arcade/function-reference/date_functions/#changetimezone" target="_blank"&gt;https://developers.arcgis.com/arcade/function-reference/date_functions/#changetimezone&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Dec 2023 20:03:26 GMT</pubDate>
    <dc:creator>DavidPike</dc:creator>
    <dc:date>2023-12-06T20:03:26Z</dc:date>
    <item>
      <title>Convert time for Static Map</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-time-for-static-map/m-p/1357625#M76033</link>
      <description>&lt;P&gt;Afternoon all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;While RI is not in the path of the upcoming eclipse, we are close enough to maybe have a unique show. That being said, we are putting together some maps and all the data is in UTC. As these are going to be static maps, I want to be able to show the time associated with Umbra location in EDT vs UTC as I am not sure a lot of the general public will understand.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GarthHoxsieQuinn_0-1701891859438.png" style="width: 630px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/88207iD8F76D7BF20B93F9/image-dimensions/630x293?v=v2" width="630" height="293" role="button" title="GarthHoxsieQuinn_0-1701891859438.png" alt="GarthHoxsieQuinn_0-1701891859438.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;That being said, I feel like I have tried multiple python equations I have seen posted to no avail. Python and Arcade are not my strongest areas so I appreciate any assistance that can be provided.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 19:50:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-time-for-static-map/m-p/1357625#M76033</guid>
      <dc:creator>GarthHoxsie-Quinn</dc:creator>
      <dc:date>2023-12-06T19:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Convert time for Static Map</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-time-for-static-map/m-p/1357637#M76036</link>
      <description>&lt;P&gt;&lt;A href="https://developers.arcgis.com/arcade/function-reference/date_functions/#changetimezone" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/convert-timezone.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/arcade/function-reference/date_functions/#changetimezone" target="_blank"&gt;https://developers.arcgis.com/arcade/function-reference/date_functions/#tolocal&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/arcade/function-reference/date_functions/#changetimezone" target="_blank"&gt;https://developers.arcgis.com/arcade/function-reference/date_functions/#changetimezone&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 20:03:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-time-for-static-map/m-p/1357637#M76036</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2023-12-06T20:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Convert time for Static Map</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-time-for-static-map/m-p/1357646#M76037</link>
      <description>&lt;P&gt;If the field UTCTime is a text field, here's one way to convert it to Eastern Time for April 8, 2024&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var UTCTimeSplit = Split($feature.UTCTime,':');
var theDate = Date(2024,3,8,UTCTimeSplit[0],UTCTimeSplit[1],UTCTimeSplit[2],0,'UTC');
return Text(ChangeTimeZone(theDate, 'America/New_York'),"h:mm:ss A");&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 20:12:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-time-for-static-map/m-p/1357646#M76037</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2023-12-06T20:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Convert time for Static Map</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-time-for-static-map/m-p/1357648#M76039</link>
      <description>&lt;P&gt;There is a GREAT GP tool called &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/convert-timezone.htm" target="_self"&gt;Convert Time Zone (Data Management)&lt;/A&gt; that does all the field calculations for you.&amp;nbsp; I tested it with some sample data and it worked well.&amp;nbsp; The parameters allow for Daylight Saving and Standard Time parameters as well.&amp;nbsp; Let me know how it goes for you!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 20:13:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-time-for-static-map/m-p/1357648#M76039</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2023-12-06T20:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Convert time for Static Map</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-time-for-static-map/m-p/1357880#M76069</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2839"&gt;@KenBuja&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/167692"&gt;@DavidPike&lt;/a&gt;&amp;nbsp;, and &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2538"&gt;@Robert_LeClair&lt;/a&gt;&amp;nbsp;, I will check out these options.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 11:22:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-time-for-static-map/m-p/1357880#M76069</guid>
      <dc:creator>GarthHoxsie-Quinn</dc:creator>
      <dc:date>2023-12-07T11:22:40Z</dc:date>
    </item>
  </channel>
</rss>

