TZConversions.toWindows

The key is the Windows time zone name, and the value is a list of IANA TZ database names which are close (currently only ever one, but it allows for multiple in case it's ever necessary).

struct TZConversions
string[][string] toWindows;

Meta