Data Lake Analytics -Output filenames

Subhodeep Chakraborty 21 Reputation points
2021-02-11T12:13:00.473+00:00

Hey, what I wanted to append the current timestamp to filename while writing in U-SQL. But when I am doing it, PT time is being appending instead of EST.

Take a look-

OUTPUT @test1
TO @test _destination+ "Genesys_TR/Genesys_TR_"+@now .ToString("dd-MM-yyyyThh:mm:ss")+".csv"
USING Outputters.Csv( outputHeader: true, encoding : Encoding.Unicode);

result i am getting -

66910-image.png

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,681 questions
Azure Data Lake Analytics
{count} votes

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.