Skip to main content
Solved

ArcGIS Online Connector date format (_created and _last modified)

  • July 3, 2023
  • 3 replies
  • 177 views

pinkopo
Contributor
Forum|alt.badge.img+5

Hi Guys,

I'm just trying to read my group content from arcgis online and do some query from "last modified date" on service level.

Anyone know how we can read/convert this format? Seems DateTimeConverter cannot recognise it..

 

imageimage 

Thanks!

 

Best answer by nielsgerrits

It’s probably epoch in milliseconds. Devide by 1000 and then use %s.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

nielsgerrits
VIP
Forum|alt.badge.img+62
  • Best Answer
  • July 3, 2023

It’s probably epoch in milliseconds. Devide by 1000 and then use %s.


hkingsbury
Celebrity
Forum|alt.badge.img+65
  • Celebrity
  • July 4, 2023

It’s probably epoch in milliseconds. Devide by 1000 and then use %s.

Yea, AGOL uses milliseconds


pinkopo
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • July 6, 2023

Yea, AGOL uses milliseconds

Perfect, thanks guys!