TimeZoneDBWithTimeStamp

Summary: TimeStamp that supports time zones and IS0 8601 formats
Author: David T. Lewis
Owner: Todd Blanchard (tb)
Co-maintainers: <None>
Categories:
Homepage: http://wiki.squeak.org/squeak/1076
PackageInfo name: <Not entered>
RSS feed:

Description:

Provides a TimeStamp class which understands time zones.

Time zone rules are loaded by reading compiled tzfile files from an external source (typically found in /usr/share/zoneinfo). Compiled tzfiles files are commonly distributed with Unix and Linux systems (although those on Mac OS X are the wrong format-so get some from the source below).

A compiled tzfile is typically generated by the zic(1) compiler distributed as part of the public domain timezone database found at ftp://elsie.nci.nih.gov/pub/.

Questions/issues with TimeStamp, Time, or Date should be sent to Todd Blanchard. Issues with the TimeZoneDatabase classes should go to David T. Lewis

Releases


Back