Hi,
Unfortunately in a new version 4.0.0 method TryGetTimeZoneInfo works not well.
Take a look:
var timezones = TimeZoneConverter.TZConvert.KnownWindowsTimeZoneIds.ToList(); var isFound = TZConvert.TryGetTimeZoneInfo(timeZone, out var timeZone)
isFound in version 3.5.0 was TRUE, but in version 4.0.0 is here always FALSE.