Hey All,
I'm attempting to query a feature layer using the ArcGIS API for Python, and when using the where clause for a timestamp, I'm getting met with errors, even though it's validating within Select By Attributes in Pro.
where = 'EditDate < timestamp \'2024-06-28 00:00:00.000\''



I have attempted everything in this link, but none have worked, very confused on where I am going wrong here: https://community.esri.com/t5/arcgis-api-for-python-questions/querying-a-date-field-on-a-feature-layer/td-p/852126
Thanks in advance!
Cody