Forum Discussion
Time zone conversion (please help)
Add a custom Column, Where 5 is the difference in Hours
[Time]+#duration(0,5,0,0)
Solved: How to add hours to DateTime data? - Microsoft Power BI Community
- Coryanthony3 years agoHelper III
will this account for day light savings? Data is currently in Central time zone, while Jamaica is 1+ hr ahead during winter and same time during summer.
Thank you for the response.
- Coryanthony3 years agoHelper III
will this account for day light savings? Data is currently in Central time zone, while Jamaica is 1+ hr ahead during winter and same time during summer.
Thank you for the response.
- Bmejia3 years agoSuper User
I don't believe it will, cause you adding the hour or time manually . The only way that it would probably work is if you had a date and time, you could use this, then extract the time.
0 is the time zone you want to changed to.
=DateTime.AddZone([MyDateColumn],0)- Coryanthony3 years agoHelper III
Thank you Bmejia
i can go back a few steps. So if i have date and time together, i can create a new column using =DateTime.AddZone([MyDateColumn],0) ?