Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,113 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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 ?
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)