Good morning,
date fields when I read a recorrd froma hosted layer in AGOL have nummeric values:
this is the value for this field: "created_date": 1719488318485
Python:
record = query_result1.features[0]
createddateAGOL = record.attributes["created_date"]
How do I convert this numeric value to a data that I can compare with a record from a SDE feature class
Thanks