<?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 How do you convert epoch dates in Excel, Power Bi (query), Access from geodatabase in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-you-convert-epoch-dates-in-excel-power-bi/m-p/57660#M2446</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I constantly get this question so I decided to put a post on converting these 12 digit unix epoch dates (&lt;STRONG style="color: #000000; background-color: #ffffff; font-weight: bold;"&gt;timestamp is in milliseconds)&amp;nbsp;&lt;/STRONG&gt;that you get when exporting your geodatabase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Excel:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=(A1/86400/1000)+25569&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;*Don't forget to set the type to Date on your output cell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Power B&lt;/SPAN&gt;i:&lt;/P&gt;&lt;P&gt;let&lt;BR /&gt; Source = #table({"Epoch"},{{1486933998060}}),&lt;BR /&gt; #"Added Custom" = Table.AddColumn(Source, "Custom", each &lt;STRONG&gt;#datetime(1970,1,1,0,0,0)+#duration(0,0,0,[Epoch]/1000)&lt;/STRONG&gt;)&lt;BR /&gt;in&lt;BR /&gt; #"Added Custom"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/410390_pastedImage_9.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Access:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Format&amp;nbsp; &amp;nbsp; &lt;STRONG&gt;dd/mm/yyyy hh:nn:ss&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/410386_pastedImage_8.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;epoch datetime calculation‌&lt;/P&gt;&lt;P&gt;gdb to excel‌&lt;/P&gt;&lt;P&gt;access‌&lt;/P&gt;&lt;P&gt;power bi‌&lt;/P&gt;&lt;P&gt;unix‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/tag/date/tg-p"&gt;#date&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Jun 2018 01:43:59 GMT</pubDate>
    <dc:creator>Jean-YvesLandry1</dc:creator>
    <dc:date>2018-06-01T01:43:59Z</dc:date>
    <item>
      <title>How do you convert epoch dates in Excel, Power Bi (query), Access from geodatabase</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-you-convert-epoch-dates-in-excel-power-bi/m-p/57660#M2446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I constantly get this question so I decided to put a post on converting these 12 digit unix epoch dates (&lt;STRONG style="color: #000000; background-color: #ffffff; font-weight: bold;"&gt;timestamp is in milliseconds)&amp;nbsp;&lt;/STRONG&gt;that you get when exporting your geodatabase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Excel:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=(A1/86400/1000)+25569&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;*Don't forget to set the type to Date on your output cell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Power B&lt;/SPAN&gt;i:&lt;/P&gt;&lt;P&gt;let&lt;BR /&gt; Source = #table({"Epoch"},{{1486933998060}}),&lt;BR /&gt; #"Added Custom" = Table.AddColumn(Source, "Custom", each &lt;STRONG&gt;#datetime(1970,1,1,0,0,0)+#duration(0,0,0,[Epoch]/1000)&lt;/STRONG&gt;)&lt;BR /&gt;in&lt;BR /&gt; #"Added Custom"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/410390_pastedImage_9.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Access:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Format&amp;nbsp; &amp;nbsp; &lt;STRONG&gt;dd/mm/yyyy hh:nn:ss&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/410386_pastedImage_8.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;epoch datetime calculation‌&lt;/P&gt;&lt;P&gt;gdb to excel‌&lt;/P&gt;&lt;P&gt;access‌&lt;/P&gt;&lt;P&gt;power bi‌&lt;/P&gt;&lt;P&gt;unix‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/tag/date/tg-p"&gt;#date&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 01:43:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-you-convert-epoch-dates-in-excel-power-bi/m-p/57660#M2446</guid>
      <dc:creator>Jean-YvesLandry1</dc:creator>
      <dc:date>2018-06-01T01:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do you convert epoch dates in Excel, Power Bi (query), Access from geodatabase</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-you-convert-epoch-dates-in-excel-power-bi/m-p/1536698#M88074</link>
      <description>&lt;P&gt;Thank you this worked for me. However, I was able to apply the simple Excel conversion to my PowerBi Table (the table had already been converted from the Feature Service).&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 23:33:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-you-convert-epoch-dates-in-excel-power-bi/m-p/1536698#M88074</guid>
      <dc:creator>JAcevedo_SacCity</dc:creator>
      <dc:date>2024-09-09T23:33:41Z</dc:date>
    </item>
  </channel>
</rss>

