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
- 10.5K All Categories
- 8 Connect
- 918 Connectors
- 250 Workbench
- 472 Transform
- 1.7K Magic ETL
- 69 SQL DataFlows
- 477 Datasets
- 198 Visualize
- 254 Beast Mode
- 2.1K Charting
- 11 Variables
- 17 Automate
- 354 APIs & Domo Developer
- 89 Apps
- 3 Workflows
- 20 Predict
- 5 Jupyter Workspaces
- 15 R & Python Tiles
- 247 Distribute
- 63 Domo Everywhere
- 243 Scheduled Reports
- 21 Manage
- 42 Governance & Security
- 176 Product Ideas
- 1.2K Ideas Exchange
- 12 Community Forums
- 27 Getting Started
- 14 Community Member Introductions
- 55 Community News
- 4.5K Archive