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.8K Product Ideas
- 1.8K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 297 Workbench
- 6 Cloud Amplifier
- 8 Federated
- 2.9K Transform
- 100 SQL DataFlows
- 614 Datasets
- 2.2K Magic ETL
- 3.8K Visualize
- 2.5K Charting
- 729 Beast Mode
- 53 App Studio
- 40 Variables
- 677 Automate
- 173 Apps
- 451 APIs & Domo Developer
- 45 Workflows
- 8 DomoAI
- 34 Predict
- 14 Jupyter Workspaces
- 20 R & Python Tiles
- 394 Distribute
- 113 Domo Everywhere
- 275 Scheduled Reports
- 6 Software Integrations
- 121 Manage
- 118 Governance & Security
- Domo Community Gallery
- 32 Product Releases
- 10 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 108 Community Announcements
- 4.8K Archive