C# – Get a time zone’s display name with the current date’s UTC offset
A time zone’s UTC offset can change based on the time of year due to daylight savings time. One problem with the TimeZoneInfo class is that TimeZoneInfo.DisplayName always shows the base UTC offset, even if the current date is in daylight savings time. This may be confusing to users (and this is the same thing … Read more