I have a feature service that is fed by Survey123 inspections. I want to post-process the inspections that were collected in the past 24 hours and ignore all the other inspections. According to the documentation (https://developers.arcgis.com/rest/services-reference/query-feature-service-.htm) all I need is a time extent. For example "1546384695911,1546471095911" is the time extent for the 24 hours prior to about 0400P MST 1/2/2019.
However the time parameters seem to have no affect on the filtering of returned records. For example, if I use the values from the API documentation (time=1199145600000, 1230768000000 (1 Jan 2008 00:00:00 GMT to 1 Jan 2009 00:00:00 GMT)), I still get result records, even though I know that there are no records between 1 Jan 2008 00:00:00 GMT to 1 Jan 2009 00:00:00 GMT.
The documentation is pretty vague about what constitutes "time" and I am wondering what I'm not doing right. Does the feature service need to be time-aware?
Any help or sage bits of wisdom would be much appreciated.