Timezone Conversion DST?

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.

2 Likes