Daylight Savings Time (DST) transitions vary from country to country. They have also varied historically over time. Zoneinfo is an attempt to capture all the rules for DST transitions across the globe and over time. More information is available at http://www.iana.org/time-zones.Zoneinfo consists of binary time zone data (timeZoneRuleSets) stored in files with names which identify the time zone’s area and principal location (e.g. Eastern Standard Time is 'America/New_York'). Each timeZoneRuleSet consists of a series of timeZoneRules which describe DST transitions for that time zone. Zoneinfo is kept in a platform-dependent location.To determine where the zoneinfo data has been installed, check the Kernel stanza of the ini file for the zoneinfoPath variable. For instance, if VA Smalltalk is installed in C:\Program Files\Instantiations\8.5, then the zoneinfo data will be in C:\Program Files\Instantiations\8.5\zoneinfo and the ini file will have this entry in the Kernel stanza:
• Linux - /usr/share/zoneinfo
• Solaris - /usr/share/lib/zoneinfo
• AIX - /usr/share/lib/zoneinfo
|