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';
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.9K Product Ideas
- 1.9K Ideas Exchange
- 1.6K Connect
- 1.3K Connectors
- 303 Workbench
- 6 Cloud Amplifier
- 9 Federated
- 2.9K Transform
- 104 SQL DataFlows
- 640 Datasets
- 2.2K Magic ETL
- 4K Visualize
- 2.5K Charting
- 768 Beast Mode
- 70 App Studio
- 43 Variables
- 717 Automate
- 185 Apps
- 462 APIs & Domo Developer
- 56 Workflows
- 14 DomoAI
- 39 Predict
- 16 Jupyter Workspaces
- 23 R & Python Tiles
- 402 Distribute
- 116 Domo Everywhere
- 277 Scheduled Reports
- 9 Software Integrations
- 134 Manage
- 131 Governance & Security
- 8 Domo Community Gallery
- 44 Product Releases
- 12 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 111 Community Announcements
- 4.8K Archive