How to change Time zone in Azure Data Factory

Yunyi Wang 21 Reputation points
2021-02-26T09:15:24.123+00:00

As all of our data is not in UTC, we would like to change the time zone for all out pipeline instead of add a timezone by 'toTimeStamp(..., timezone)' in every data flow.
So are there some configuration to set the timezone ?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,624 questions
0 comments No comments
{count} votes

Accepted answer
  1. Nandan Hegde 29,896 Reputation points MVP
    2021-02-26T11:00:28.55+00:00

    Hey @Yunyi Wang ,
    Based on my understanding it is not possible to changes the UTCNow expressions to your time zone.
    Currently only the scheduled triggers can be scheduled based on time zones.
    So you can try out : trigger.time to get the time value of trigger time as per time zone (need to test this out)


0 additional answers

Sort by: Most helpful