You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dates are crawled as PT and stored as UTC in MongoDB and output is displayed in UTC but queries are using PT
Query: (ATTR.StartDate.value > TIMESTAMP'2019-06-21 00:00:00' AND ATTR.StartDate.value < TIMESTAMP'2019-06-21 10:00:00')
This query returns the above document
The text was updated successfully, but these errors were encountered:
Dates are crawled as PT and stored as UTC in MongoDB and output is displayed in UTC but queries are using PT
Query: (ATTR.StartDate.value > TIMESTAMP'2019-06-21 00:00:00' AND ATTR.StartDate.value < TIMESTAMP'2019-06-21 10:00:00')
This query returns the above document
The text was updated successfully, but these errors were encountered: