I am trying to query the layer by using time for filtering,
ref:(https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html#featurelayer
ArcGIS API for Python -> arcgis.features module -> FeatureLayer -> query()
)
It is tried that the datetime of all return data from query() are +00:00,
is there a way to set timezone in the query? May be in sql-92 where clause, arcgis online session configuration to set timezone, or other ways to filter (e.g. time_filter option in query(), tried but seems failed to specify the datetime field), etc..