|
FreeRDP
|
Variables | |
| 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') | |
| string | url = 'https://raw.githubusercontent.com/unicode-org/cldr/main/common/supplemental/windowsZones.xml' |
| xml = response.read() | |
| root = ET.fromstring(xml) | |
| list | entries = [] |
| tzid = child.get('type') | |
| windows = child.get('other') | |
| list update-windows-zones.entries = [] |
| update-windows-zones.name = os.path.realpath(__file__) |
| string update-windows-zones.url = 'https://raw.githubusercontent.com/unicode-org/cldr/main/common/supplemental/windowsZones.xml' |
| update-windows-zones.windows = child.get('other') |
| update-windows-zones.xml = response.read() |