diff --git a/docs/troubleshooting-guide/timezones.md b/docs/troubleshooting-guide/timezones.md index e65759a5ac55a2f0a758459d0cc5057843c4ae48..afa96c3968af0dd24a79cbf25b9034e109b47dca 100644 --- a/docs/troubleshooting-guide/timezones.md +++ b/docs/troubleshooting-guide/timezones.md @@ -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.