Returns a TimeZone with the given name per the Windows time zone names. The time zone information is fetched from the Windows registry.
The TZ Database name of the desired time zone.
std.datetime.date.DateTimeException if the given time zone could not be found.
auto tz = WindowsTimeZone.getTimeZone("Pacific Standard Time");
Wikipedia entry on TZ Database<br> List of Time Zones
See Implementation
Returns a TimeZone with the given name per the Windows time zone names. The time zone information is fetched from the Windows registry.