Anonymous's avatar
Anonymous
Not applicable
2 years ago
Status:
New

Dataflow DateTime not recognizing British Summer Time

-The issue is I am living in GMT time zone and here on summer their time changes to UTC +1 -I am creating a dataflow and on refreshing it, the time changes to UTC. And I'm using DateTime.FixedLocalNow() function - We have checked up the DateTime.FixedLocalNow() Microsoft document, and it says it returns a datetime value set to the current date and time on the system - Getting the time as UTC+1 (14:16:01+01:00) not the exact time. (i.e. 15:16:01) - Also tried checking up with different functions like DateTimeZone.FixedUtcNow(), but ended up again with the same behavior Need: -Want the data in UTC+1 time zone with the format like e.g. exact time. (i.e. 15:16:01) not the UTC+1 format (14:16:01+01:00)

Recent ideas