- May
- 609
- 4
Volume in drive C is Windows-SSD Serial number is 5853:97e1
Directory of C:\Timerefs\windowsZones.xml
05-03-2024 09:35 63,170 windowsZones.xml
63,170 bytes in 1 file and 0 dirs 65,536 bytes allocated
170,205,876,224 bytes free
First and last few lines of windowszones.xml:
On TC 20:
On Tc 33:
The error message was from STDERR of course.
Directory of C:\Timerefs\windowsZones.xml
05-03-2024 09:35 63,170 windowsZones.xml
63,170 bytes in 1 file and 0 dirs 65,536 bytes allocated
170,205,876,224 bytes free
First and last few lines of windowszones.xml:
Code:
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright ? 1991-2013 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
For terms of use, see http://www.unicode.org/copyright.html
-->
<supplementalData>
<version number="$Revision$"/>
<windowsZones>
<mapTimezones otherVersion="7e11800" typeVersion="2021a">
<mapZone other="Samoa Standard Time" territory="001" type="Pacific/Apia"/>
[many lines not shown]
<mapZone other="Line Islands Standard Time" territory="ZZ" type="Etc/GMT-14"/>
</mapTimezones>
</windowsZones>
</supplementalData>
Code:
> echo %@xmlxpath["c:\timerefs\windowszones.xml",/supplementalData/windowsZones/mapTimezones/@typeVersion]
2021a
On Tc 33:
Code:
> echo %@xmlxpath["c:\timerefs\windowszones.xml",/supplementalData/windowsZones/mapTimezones/@typeVersion]
TCC: "/supplementalData/windowsZones/mapTimezones/@typeVersion"
The error message was from STDERR of course.