Converting UTC to Central - Daylight Savings
Good morning,
One of the databases I pull data from into DOMO uses UTC, so, to get it to Central time (my time), in the ETL I just do
CONVERT_TZ((`HC_store_orders.created`), 'UTC','America/Chicago')
However, the tricky part is that it seems to convert to Chicago time based on what Chicago time is today, versus what it was at that time.
So in other words, right now I'm 6 hours behind UTC, but, in October, before we fell back due to DST, we were only 5 behind.
So instead of my HC_store_orders.created reading 10/22/2020 3:14 PM, it is reading 2:14 PM.
And since the fall back, jump forward days vary year to year, I can't think of any way around this.
This stemmed from wanting to find customers who placed a store order X amount of days after receiving an email. The Database is annoying because in this case the email sent date is in their DB as central time, but the store order table is in UTC.
So, the email was sent at 10/22/2020 at 3:04 PM, and the order was placed after at 3:14 PM, but due to above, it is showing the order came in before the email and therefore that email is not getting credit.
I'll probably just end up using date only for now, instead of time, but just thought I'd get others' thoughts/experiences
Answers
-
You might be able to hack it with something like what is outlined here: https://stackoverflow.com/questions/28876683/how-to-convert-a-timestamp-from-one-timezone-to-other I'm not certain of what database you use so your syntax may be different but the logic should work.
**Was this post helpful? Click Agree or Like below**
**Did this solve your problem? Accept it as a solution!**3
Categories
- All Categories
- 1.1K Product Ideas
- 1.1K Ideas Exchange
- 1.2K Connect
- 969 Connectors
- 257 Workbench
- Cloud Amplifier
- 1 Federated
- 2.4K Transform
- 76 SQL DataFlows
- 501 Datasets
- 1.8K Magic ETL
- 2.7K Visualize
- 2.2K Charting
- 375 Beast Mode
- 20 Variables
- 485 Automate
- 103 Apps
- 378 APIs & Domo Developer
- 6 Workflows
- 22 Predict
- 6 Jupyter Workspaces
- 16 R & Python Tiles
- 316 Distribute
- 64 Domo Everywhere
- 252 Scheduled Reports
- 59 Manage
- 59 Governance & Security
- 1 Product Release Questions
- 5K Community Forums
- 37 Getting Started
- 23 Community Member Introductions
- 63 Community Announcements
- 4.8K Archive