Select to view content in your preferred language

Epoch miliseconds to date

187
1
10-11-2024 07:24 AM
ggregor_pulsiam
New Contributor

Hi, I have multiple date fields as epoch miliseconds with a Big integer data type.

I would like to convert these to a new field which has Date data type.

I tried multiple things I couldn't figure out what I am doing wrong, I am seeking for some help.

I have been trying to convert them in ArcGIS Pro.

Thank you in advance

0 Kudos
1 Reply
jcarlson
MVP Esteemed Contributor

The Arcade function Date will correctly interpret epoch milliseconds. Just do a field calculation:

Date($feature['calldate'])

jcarlson_0-1728657053362.png

 

- Josh Carlson
Kendall County GIS