Sources for Time Zone and Daylight Saving Time Data
@(#)tz-link.htm 7.27
Please send corrections to this web page to the
time zone mailing list.
The tz database
The public-domain time zone database contains code and data
that represent the history of local time
for many representative locations around the globe.
It is updated periodically to reflect changes made by political bodies
to UTC offsets and daylight-saving rules.
This database (often called tz or zoneinfo)
is used by several implementations,
including BSD, DJGPP, GNU/Linux, HP-UX, IRIX, Solaris, and UnixWare.
In the tz database's
FTP distribution,
the code is in the file tzcodeC.tar.gz,
where C is the code's version;
similarly, the data are in tzdataD.tar.gz,
where D is the data's version.
The code lets you compile the text data into time zone files, one for
each location. It also lets you read a compiled time zone file and
interpret time stamps for that location.
The data are by no means authoritative. If you find errors, please
send changes to the time zone
mailing list. You can also subscribe to the
mailing list, or retrieve the archive of old
messages (in gzip compressed
format).
The Web has several other sources for time zone and daylight saving time data.
Here are some recent links that may be of interest.
Web pages using recent versions of the tz database
Other time zone file readers
- The GNU C Library
has an independent, thread-safe implementation of
a time zone file reader that is compatible with tz.
This library is freely available under the
GNU Lesser General Public License (LGPL),
and is widely used in GNU/Linux systems.
- ZoneInfo.java
is a time zone file reader written in Java.
It is freely available under the GNU LGPL.
Other tz-based time zone conversion software
Other time zone databases
Maps
- The United States Central Intelligence Agency publishes a time
zone map; the
Perry-Castañeda Library Map Collection
of the University of Texas at Austin has on-line copies of
recent editions.
The pictorial quality is good,
but the maps do not indicate summer time,
and parts of the data are a few years out of date.
- World time zones map with
current time
has several fancy time zone maps; it covers Russia particularly well.
The maps' pictorial quality is not quite as good as the CIA's
and (as usual with maps) the maps are not quite up to date.
Daylight saving time concepts and history
Precision timekeeping
Time notation
Related indexes