Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

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...
  • mahoneypat's avatar
    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