Hello,
When I use TimeZoneInfo.ConvertTimeFromUtc to a specific Timezone, does anybody know if the specified Timezone automatically accounts for Daylight Savings Time?
Thank you,
Josh
Hello,
When I use TimeZoneInfo.ConvertTimeFromUtc to a specific Timezone, does anybody know if the specified Timezone automatically accounts for Daylight Savings Time?
Thank you,
Josh
Hi @Josh_James ,
Yes I think, TimeZoneInfo.ConvertTimeFromUtc automatically accounts for Daylight Saving Time if the specified time zone observes it. It handles the conversion based on the rules defined for that time zone, including any adjustments for DST.
Try using a log message or write line with the time and match it with actual time once.
Thanks,
Gautham.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.