[winpr,timezone] update

* update windowsZones.xml url
* update timezones
This commit is contained in:
akallabeth
2024-04-22 15:13:40 +02:00
committed by akallabeth
parent 1d6460c5f7
commit 8b382c8cec
2 changed files with 27 additions and 28 deletions

View File

@@ -8,7 +8,8 @@ name = os.path.realpath(__file__)
base = os.path.normpath(os.path.join(os.path.dirname(name), '..'))
rname = os.path.relpath(name, base)
zfile = os.path.join(base, 'winpr/libwinpr/timezone/WindowsZones.c')
url = 'https://raw.githubusercontent.com/unicode-org/cldr/latest/common/supplemental/windowsZones.xml'
#url = 'https://raw.githubusercontent.com/unicode-org/cldr/latest/common/supplemental/windowsZones.xml'
url = 'https://raw.githubusercontent.com/unicode-org/cldr/main/common/supplemental/windowsZones.xml'
try:
with urllib.request.urlopen(url) as response: