Time Zones
Best Answer
-
Domo Support has given me a better string of code to run this. running select convert_timezone('EST', timestamp) should give us the correct time in EST.
0
Answers
-
Does anyone have any ideas on how to do this?
0 -
You can do this in the Postgresql query before the data enters Domo using the "AT TIME ZONE" construct.
Example:
SELECT now() AT TIME ZONE 'EST';
SELECT MyDateTime AT TIME ZONE 'EST';
If you want to see it in action try it with another time zone to make sure it changes.
SELECT now() AT TIME ZONE 'MST';
SELECT now() AT TIMEZONE 'PST';
**Say 'Thanks' by clicking the thumbs up in the post that helped you.
**Please mark the post that solves your problem as 'Accepted Solution'0 -
Running the syntax in my query simple adds 5 hours on all the timestamps in my data. I would like to know how to convert my timestamp, which is stored as UTC, to EST. The adjustments made should be 4 hours behind since EST is 4 hours behind UTC. Thanks in advance.
0 -
Domo Support has given me a better string of code to run this. running select convert_timezone('EST', timestamp) should give us the correct time in EST.
0 -
When I run your example it says CONVERT_TIMEZONE does not exist.
0 -
I tried the below to convert from IST to EST, not sure if this is correct
case when (HOUR(`Date/Time Opened`)+10)<24
then (HOUR(`Date/Time Opened`)+10)
else (HOUR(`Date/Time Opened`)-15)
end0
Categories
- All Categories
- 1.2K Product Ideas
- 1.2K Ideas Exchange
- 1.3K Connect
- 1.1K Connectors
- 273 Workbench
- 1 Cloud Amplifier
- 3 Federated
- 2.7K Transform
- 78 SQL DataFlows
- 525 Datasets
- 2.1K Magic ETL
- 2.9K Visualize
- 2.2K Charting
- 434 Beast Mode
- 22 Variables
- 510 Automate
- 114 Apps
- 388 APIs & Domo Developer
- 8 Workflows
- 26 Predict
- 10 Jupyter Workspaces
- 16 R & Python Tiles
- 332 Distribute
- 77 Domo Everywhere
- 255 Scheduled Reports
- 66 Manage
- 66 Governance & Security
- 1 Product Release Questions
- Community Forums
- 40 Getting Started
- 26 Community Member Introductions
- 67 Community Announcements
- 4.8K Archive