Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
dusasuman
Creator
Creator

Time zones

Hi,

I have a transaction data. I have a field "TNDATE" which has values in day, time format like

   

5/21/2015 10:46

which is UTC time Zone default. No I need  to calculate new fields to show Day, Hours, Time (in format of 'HH:MM:SS') and Minutes

based on CST, MT, PT Time zones.

Please help me out..

3 Replies
marcus_sommer

Best is you creates a master-calendar, see here to the most common things about dates: How to use - Master-Calendar and Date-Values.

- Marcus

dusasuman
Creator
Creator
Author

Thanks Marcus. The content was helpful. But not applicable to my requirement.

ogster1974
Partner - Master II
Partner - Master II

this will move your hours on by 1 hour.

Text(Time(round( (OriginalTime+(1/24)), (1/24)), 'hh:mm:ss')) as Time

If you want to make that hour setting a variable determined by the user try using qsVariable extension to set your time zones then use in it in your expression to calculate date.  

Hope this helps

Regards

Andy