Forum Discussion
Anonymous
5 years agoNot applicable
Issue with Timezone
Hi, I'm stuck on one of the issues on dates for a long time. All I want to do is, every time my dataflow refreshes a single row single date column table should also refresh along with it but with t...
- 5 years ago
If your datetime on the refresh server is consistent, you could just add hours using duration to get your local time.
= [DateTime Column] + #duration(0,6,0,0) // to add 6 hours
Regards,
Pat
mahoneypat
5 years agoMicrosoft Employee
If your datetime on the refresh server is consistent, you could just add hours using duration to get your local time.
= [DateTime Column] + #duration(0,6,0,0) // to add 6 hours
Regards,
Pat