How to convert pipeline trigger time to est zone ?

HemanthKumar loka 226 Reputation points
2022-03-24T14:15:07.34+00:00

How to convert pipeline trigger time(here I’m using system variable) to est time ?

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

Accepted answer
  1. Nandan Hegde 36,146 Reputation points MVP Volunteer Moderator
    2022-03-24T14:19:28.717+00:00

    @convertTimeZone(utcnow(),'UTC','Eastern Standard Time')

    Below URL contains all MSFT details:
    learn.microsoft.com/en-us/previous-versions/windows/embedded/ms912391(v=winembedded.11)

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.