TZConversions.fromWindows

The key is the IANA time zone database name, and the value is a list of Windows time zone names which are close (usually only one, but it could be multiple).

struct TZConversions
string[][string] fromWindows;

Meta