Skip to content
Snippets Groups Projects
Unverified Commit 92b51264 authored by Daksh Shah's avatar Daksh Shah Committed by GitHub
Browse files

Update timezones.md (#18708)

Fix minor formatting issue
parent ae3b15c4
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ Once you think you have identified a problem, drill down to understand exactly w
**Root cause:** You're comparing or doing arithmetic on two dates where one has an explicit time zone and one doesn't.
** Steps to take:**
**Steps to take:**
1. This typically happens with a question that uses multiple fields: for example, you're filtering on one timestamp and grouping by another. Check the time zones of each of the dates or times you are using in your question.
2. You''ll need to explicitly set the time zone for any value that doesn't have an explicit time zone. This will need to be done either in a SQL query or by transforming the data in your database to ensure both timestamps have time zones.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment