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.7K Product Ideas
- 1.7K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 295 Workbench
- 6 Cloud Amplifier
- 8 Federated
- 2.8K Transform
- 97 SQL DataFlows
- 608 Datasets
- 2.1K Magic ETL
- 3.8K Visualize
- 2.4K Charting
- 710 Beast Mode
- 50 App Studio
- 39 Variables
- 668 Automate
- 170 Apps
- 446 APIs & Domo Developer
- 45 Workflows
- 7 DomoAI
- 33 Predict
- 13 Jupyter Workspaces
- 20 R & Python Tiles
- 391 Distribute
- 111 Domo Everywhere
- 274 Scheduled Reports
- 6 Software Integrations
- 116 Manage
- 113 Governance & Security
- Domo Community Gallery
- 31 Product Releases
- 9 Domo University
- 5.3K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 103 Community Announcements
- 4.8K Archive