Open
Description
It appears the dateFieldsTimeReference and advancedQueryCapabilities fields can not be configured by a provider.
For example, I'd like to set advancedQueryCapabilities.supportsPaginationOnAggregatedQueries = false
and I'd like to explicitly set the dateFieldsTimeReference
to be
"dateFieldsTimeReference": {
"timeZone": "UTC",
"respectsDaylightSaving": false
}
Based on the query api I think a dateFieldsTimeReference = null
should be interpreted as UTC by default, but I'd like to explicitly set it.
If the dateFieldsTimeReference property is not set, it will show up as null and the data will be assumed to be in UTC. In this case make sure you issue your WHERE clause in UTC