About timezones.xml

The timezones.xml file used by pre-AX-3.3 hosts provides an easily read and edited single definition for each time zone, where all values are contained within quotes "value". For example, consider the following entry for one time zone:

 <zone id="America/Anchorage" utcOffset="-9h"> 
  <display name="Alaska Standard Time" short="AKST"
dstName="Alaska Daylight Time" dstShort="AKDT"/> 
  <dst savings="1h">      <start time="2:00" weekday="sunday"
month="march" week="second"/>      <end time="2:00"
week="first" weekday="sunday" month="november"/> 
  </dst>

where attributes and example values are:

Note that there are DST start and end syntax variations different from the ones above.