Is there any timezone mapping method from c# to python?
for example, from c# timezone id to python timezone list
Is there any timezone mapping method from c# to python?
for example, from c# timezone id to python timezone list
To convert MS Windows timezone names ("c# timezone") to tzdata/Olsen timezone names (pytz "python timezone list") you could use http://unicode.org/repos/cldr/trunk/common/supplemental/windowsZones.xml
file e.g., to autogenerate the mapping, you could use get_windows_info.py
Python 3 script.