Files
amiga-tz/tz-link.htm
T

686 lines
32 KiB
HTML
Raw Normal View History

2001-06-05 13:48:06 -04:00
<!DOCTYPE html
2006-08-21 09:56:08 -04:00
PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
2000-12-14 15:31:56 -05:00
<head>
<title>Sources for Time Zone and Daylight Saving Time Data</title>
2006-08-21 09:56:08 -04:00
<link rel="schema.DC" href="http://purl.org/DC/elements/1.1/">
<meta http-equiv="Content-type" content='text/html; charset="US-ASCII"'>
<meta name="DC.Creator" content="Eggert, Paul">
<meta name="DC.Contributor" content="Olson, Arthur David">
<meta name="DC.Date" content="2013-09-05">
2000-12-14 15:31:56 -05:00
<meta name="DC.Description"
2006-08-21 09:56:08 -04:00
content="Sources of information about time zones and daylight saving time">
<meta name="DC.Identifier"
content="http://www.iana.org/time-zones/repository/tz-link.htm">
2000-12-14 15:31:56 -05:00
<meta name="Keywords"
2006-08-21 09:56:08 -04:00
content="database,daylight saving,DST,time zone,timezone,tz,zoneinfo">
2000-12-14 15:31:56 -05:00
</head>
<body>
<h1>Sources for Time Zone and Daylight Saving Time Data</h1>
2001-06-05 13:48:06 -04:00
<h2>The <code>tz</code> database</h2>
2000-12-14 15:31:56 -05:00
<p>
2007-08-20 10:45:09 -04:00
The <a href="http://en.wikipedia.org/wiki/Public_domain">public-domain</a>
time zone database contains code and data
1997-07-18 00:02:23 -04:00
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
2005-08-22 12:05:25 -04:00
to <a href="http://en.wikipedia.org/wiki/Time_zone">time zone</a>
2006-01-30 08:59:12 -05:00
boundaries, <a
href="http://en.wikipedia.org/wiki/Coordinated_Universal_Time"><abbr
2005-08-22 12:05:25 -04:00
title="Coordinated Universal Time">UTC</abbr></a> offsets, and
<a href="http://en.wikipedia.org/wiki/Daylight_saving">daylight-saving</a>
rules.
2013-07-03 01:31:47 -07:00
This database (often called <code>zoneinfo</code> or <code>tz</code>)
1997-07-18 00:02:23 -04:00
is used by several implementations,
2001-03-13 12:32:26 -05:00
including
2004-09-23 10:13:54 -04:00
<a href="http://www.gnu.org/software/libc/">the
2005-03-01 08:43:47 -05:00
<abbr title="GNU's Not Unix">GNU</abbr>
2013-03-10 22:29:53 -07:00
C Library</a> (used in
<a href="http://www.linux.org/"><abbr>GNU</abbr>/Linux</a>),
2012-10-26 00:48:56 -07:00
<a href="http://www.android.com/">Android</a>,
2013-07-03 01:31:47 -07:00
<a href="https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS">Firefox
OS</a>,
2001-03-13 12:32:26 -05:00
<a href="http://www.freebsd.org/">FreeBSD</a>,
2007-12-31 10:23:09 -05:00
<a href="http://netbsd.org/">NetBSD</a>,
<a href="http://openbsd.org/">OpenBSD</a>,
<a href="http://cygwin.com/">Cygwin</a>,
2004-09-23 10:13:54 -04:00
<a href="http://www.delorie.com/djgpp/"><abbr
title="DJ's GNU Programming Platform">DJGPP</abbr></a>,
2013-03-10 22:29:53 -07:00
<a href="http://en.wikipedia.org/wiki/WebOS">webOS</a>,
2007-12-31 10:23:09 -05:00
<a href="http://ibm.com/aix">AIX</a>,
2013-03-10 22:29:53 -07:00
<a href="http://en.wikipedia.org/wiki/BlackBerry_10">BlackBerry 10</a>,
<a href="http://www.apple.com/ios/">iOS</a>,
2003-10-06 09:32:20 -04:00
<a href="http://h71000.www7.hp.com/">OpenVMS</a>,
2007-12-31 10:23:09 -05:00
<a href="http://oracle.com/database">Oracle Database</a>,
2012-10-26 00:48:56 -07:00
<a href="http://www.apple.com/osx/">OS X</a>,
2013-03-10 22:29:53 -07:00
<a href="http://oracle.com/solaris">Solaris</a>,
2004-07-19 14:32:48 -04:00
<a href="http://h30097.www3.hp.com/">Tru64</a>, and
2007-12-31 10:23:09 -05:00
<a href="http://sco.com/products/unixware">UnixWare</a>.</p>
2001-10-09 13:31:28 -04:00
<p>
Each location in the database represents a national region where all
clocks keeping local time have agreed since 1970.
Locations are identified by continent or ocean and then by the name of
the location, which is typically the largest city within the region.
For example, <code>America/New_York</code>
2004-09-23 10:13:54 -04:00
represents most of the <abbr title="United States">US</abbr> eastern time zone;
2005-08-29 11:54:30 -04:00
<code>America/Phoenix</code> represents most of Arizona, which
uses mountain time without daylight saving time (<abbr
2004-09-23 10:13:54 -04:00
title="daylight saving time">DST</abbr>);
2001-10-09 13:31:28 -04:00
<code>America/Detroit</code> represents most of Michigan, which uses
2004-09-23 10:13:54 -04:00
eastern time but with different <abbr>DST</abbr> rules in 1975;
2001-10-09 13:31:28 -04:00
and other entries represent smaller regions like Starke County,
2006-01-30 08:59:12 -05:00
Indiana, which switched from central to eastern time in 1991
and switched back in 2006.
2004-09-23 10:13:54 -04:00
To use the database on an extended <a
2005-08-22 12:05:25 -04:00
href="http://en.wikipedia.org/wiki/POSIX"><abbr
2004-09-23 10:13:54 -04:00
title="Portable Operating System Interface">POSIX</abbr></a>
implementation set the <code>TZ</code> environment variable to
2001-10-09 13:31:28 -04:00
the location's full name, e.g., <code>TZ="America/New_York"</code>.</p>
2001-06-05 13:48:06 -04:00
<p>
In the <code>tz</code> database's
2012-07-18 19:21:38 -07:00
<a href="ftp://ftp.iana.org/tz/releases/"><abbr
title="File Transfer Protocol">FTP</abbr> releases</a>
2001-06-05 13:48:06 -04:00
the code is in the file <code>tzcode<var>C</var>.tar.gz</code>,
where <code><var>C</var></code> is the code's version;
similarly, the data are in <code>tzdata<var>D</var>.tar.gz</code>,
where <code><var>D</var></code> is the data's version.
2010-05-01 09:30:59 -04:00
Each version is a four-digit year followed by lower-case letters
(a through z, then za through zz, then zza through zzz, and so on).
2012-07-18 19:21:38 -07:00
Convenience links to
the <a href="ftp://ftp.iana.org/tz/tzcode-latest.tar.gz">latest
code</a> and
<a href="ftp://ftp.iana.org/tz/tzdata-latest.tar.gz">latest data</a> revisions
are also available.
2007-12-31 10:23:09 -05:00
The following <a
href="http://en.wikipedia.org/wiki/Unix_shell">shell</a> commands download
2005-03-01 08:43:47 -05:00
these files to a <abbr>GNU</abbr>/Linux or similar host;
2004-09-23 10:13:54 -04:00
see the downloaded
2001-06-05 13:48:06 -04:00
<code>README</code> file for what to do next.</p>
2011-01-12 10:40:27 -05:00
<pre style="margin-left: 2em"><code>mkdir tz
cd tz
2012-07-18 19:21:38 -07:00
<a href="http://www.gnu.org/software/wget/">wget</a> --retr-symlinks 'ftp://ftp.iana.org/tz/tz*-latest.tar.gz'
<a href="http://www.gnu.org/software/gzip/">gzip</a> -dc tzcode-latest.tar.gz | <a href="http://www.gnu.org/software/tar/">tar</a> -xf -
gzip -dc tzdata-latest.tar.gz | tar -xf -
2001-06-05 13:48:06 -04:00
</code></pre>
<p>
2012-03-03 13:20:33 -05:00
The code and data files can also be obtained from the
<a href="http://www.iana.org/time-zones">Time Zone Database website</a>
2012-11-11 23:42:00 -08:00
of the <a href="http://www.iana.org">Internet Assigned Numbers
Authority (IANA)</a>.
An <a href="https://github.com/eggert/tz">unofficial development
repository</a> of the code and data is available
2012-11-11 23:42:00 -08:00
in <a href="http://git-scm.com/">Git</a> form
from <a href="https://github.com/">GitHub</a>; be careful, as this
repository is less well tested and probably contains more errors.
2012-03-03 13:20:33 -05:00
<p>
2001-06-05 13:48:06 -04:00
The code lets you compile the <code>tz</code> source files into
2001-10-09 13:31:28 -04:00
machine-readable binary files, one for each location. It also lets
2001-06-05 13:48:06 -04:00
you read a <code>tz</code> binary file and interpret time stamps for that
2001-04-05 16:43:39 -04:00
location.</p>
2000-12-14 15:31:56 -05:00
<p>
2000-02-21 12:06:15 -05:00
The data are by no means authoritative. If you find errors, please
2012-03-03 13:20:33 -05:00
send changes to the <a href="mailto:tz@iana.org">time zone
2000-12-14 15:31:56 -05:00
mailing list</a>. You can also <a
2007-12-31 10:23:09 -05:00
href="http://news.gmane.org/gmane.comp.time.tz">browse recent
2006-08-28 12:18:48 -04:00
messages</a> sent to the mailing list, <a
2012-11-11 23:42:00 -08:00
href="https://mm.icann.org/mailman/listinfo/tz">subscribe</a> to it,
and browse the <a
2012-03-03 13:20:33 -05:00
href="http://mm.icann.org/pipermail/tz/">archive of old
2013-03-10 22:29:53 -07:00
messages</a>. For further information about updates, please see
<a href="http://tools.ietf.org/html/rfc6557">Procedures for
Maintaining the Time Zone Database</a> (Internet <abbr title="Request
For Comments">RFC</abbr> 6557).</p>
2000-12-14 15:31:56 -05:00
<p>
1997-07-18 00:02:23 -04:00
The Web has several other sources for time zone and daylight saving time data.
2012-11-11 23:42:00 -08:00
Here are some links that may be of interest.
2000-12-14 15:31:56 -05:00
</p>
2013-07-03 01:31:47 -07:00
<h2>Commentary on the <code>tz</code> database</h2>
<ul>
<li>The article
<a href="http://en.wikipedia.org/wiki/Tz_database">tz database</a> is
an encyclopedic summary.</li>
<li><a href="http://www.cstdbill.com/tzdb/tz-how-to.html">How to Read the
tz Database Source Files</a> explains the tz database format.</li>
<li><a href="http://blog.jonudell.net/2009/10/23/a-literary-appreciation-of-the-olsonzoneinfotz-database/">A
literary appreciation of the Olson/Zoneinfo/tz database</a> comments on the
database's style.</li>
</ul>
<h2>Web sites using recent versions of the <code>tz</code> database</h2>
2007-12-31 10:23:09 -05:00
<p>
These are listed roughly in ascending order of complexity and fanciness.
</p>
2000-12-14 15:31:56 -05:00
<ul>
2005-11-28 10:49:18 -05:00
<li><a href="http://twiki.org/cgi-bin/xtra/tzdatepick.html">Date and Time Gateway</a>
2007-12-31 10:23:09 -05:00
lets you see the <code>TZ</code> values directly.</li>
2004-09-23 10:13:54 -04:00
<li><a
2007-12-31 10:23:09 -05:00
href="http://convertit.com/Go/ConvertIt/World_Time/Current_Time.ASP">Current
Time in 1000 Places</a> uses descriptions of the values.</li>
<li><a href="http://www.timezoneconverter.com/cgi-bin/tzc.tzc">Time Zone Converter</a>
2007-12-31 10:23:09 -05:00
uses a pulldown menu.</li>
2006-08-28 12:18:48 -04:00
<li><a href="http://home.tiscali.nl/~t876506/TZworld.html">Complete
2007-12-31 10:23:09 -05:00
timezone information for all countries</a> displays tables of DST rules.
2012-11-11 23:42:00 -08:00
<li><a href="http://timeanddate.com/worldclock/">The World Clock &ndash;
2007-12-31 10:23:09 -05:00
Time Zones</a> lets you sort zone names and convert times.</li>
2012-11-11 23:42:00 -08:00
<li><a href="http://permatime.com/">Permatime</a> generates and views
links that refer to a particular point in time and can be displayed in
multiple timezones.</li>
<li><a href="http://daylight-savings-time.info/">Daylight Saving Time info</a>
shows a graph of time
2008-07-07 09:45:31 -04:00
difference versus time for any pair of locations.</li>
2007-12-31 10:23:09 -05:00
<li>The <a href="http://worldtimeengine.com/">World Time Engine</a>
also contains data about time zone boundaries; it supports queries via place
names and shows location maps.</li>
2009-12-12 09:39:02 -05:00
<li><a href="http://simpletimerclocks.mozdev.org/">Simple Timer + Clocks</a>
is a Firefox add-on which uses a timezone data file generated from the
tz data files.</li>
2000-12-14 15:31:56 -05:00
</ul>
2003-03-24 09:30:03 -05:00
<h2>Other time zone database formats</h2>
<ul>
2013-03-10 22:29:53 -07:00
<li>The <a href="http://tools.ietf.org/html/rfc5545">
2003-03-24 09:30:03 -05:00
Internet Calendaring and Scheduling Core Object Specification
2013-03-10 22:29:53 -07:00
(iCalendar)</a>, Internet <abbr>RFC</abbr> 5445
2004-09-23 10:13:54 -04:00
covers time zone
2005-01-17 18:34:51 -05:00
data; see its VTIMEZONE calendar component.
2012-11-11 23:42:00 -08:00
<a href="http://calconnect.org/">CalConnect, The Calendaring and Scheduling
2006-01-30 08:59:12 -05:00
Consortium</a> is promoting further work in this area. <a
2007-12-31 10:23:09 -05:00
href="http://calconnect.org/publications/icalendartimezoneproblemsandrecommendationsv1.0.pdf">iCalendar
2006-04-03 10:04:44 -04:00
TIMEZONE Problems and Recommendations</a> offers guidelines and
recommendations for the use of VTIMEZONE and <code>tz</code>.</li>
2007-12-31 10:23:09 -05:00
<li><a href="http://calconnect.org/dstlinks.shtml">Extended Daylight
2013-07-03 01:31:47 -07:00
Saving Time Links, Advisories and Changes</a> lists vendor material on 2007
U.S. daylight saving time changes.</li>
2006-01-30 08:59:12 -05:00
<li><a
2007-12-31 10:23:09 -05:00
href="http://calconnect.org/publications/timezoneregistryandservicerecommendationsv1.0.pdf">Timezone
2006-08-21 09:56:08 -04:00
Registry and Service Recommendations</a> discusses a
strategy for defining and deploying a time zone
2006-01-30 08:59:12 -05:00
registration process that would establish unique names for each
version of each <code>tz</code> zone, along with a polygonal
representation of the geographical area corresponding to the
2006-08-28 12:18:48 -04:00
zone.</li>
2003-03-24 09:30:03 -05:00
<li>The <a
2003-12-15 09:31:41 -05:00
href="http://lists.w3.org/Archives/Public/www-rdf-calendar/">www-rdf-calendar</a>
2004-09-23 10:13:54 -04:00
list discusses <a
href="http://www.w3.org/RDF/"><abbr
title="Resource Description Framework">RDF</abbr></a>-based calendar
2003-03-24 09:30:03 -05:00
and group scheduling systems, and has a <a
href="http://www.w3.org/2002/12/cal/#tzd">workspace on time zone
data</a> converted from <code>tz</code>. An earlier <a
2005-08-22 12:05:25 -04:00
href="http://www.w3.org/2000/01/foo">schema</a> was sketched out.</li>
2003-03-24 09:30:03 -05:00
</ul>
2001-06-05 13:48:06 -04:00
<h2>Other <code>tz</code> compilers</h2>
2001-04-05 16:43:39 -04:00
<ul>
2012-11-11 23:42:00 -08:00
<li><a href="http://sourceforge.net/projects/vzic/">Vzic iCalendar
2007-03-15 09:51:25 -04:00
Timezone Converter</a> describes a <a
href="http://en.wikipedia.org/wiki/C_%28programming_language%29">C</a>
program that compiles
2003-12-15 09:31:41 -05:00
<code>tz</code> source into iCalendar-compatible VTIMEZONE files.
Vzic is freely
2004-09-23 10:13:54 -04:00
available under the <a
2005-03-01 08:43:47 -05:00
href="http://www.gnu.org/copyleft/gpl.html"><abbr>GNU</abbr>
2004-09-23 10:13:54 -04:00
General Public License (<abbr
title="General Public License">GPL</abbr>)</a>.</li>
2007-12-31 10:23:09 -05:00
<li><a href="http://sourceforge.net/projects/tzical">tziCal - tz
2007-03-15 09:51:25 -04:00
database conversion utility</a> is like Vzic, except for the <a
2007-12-31 10:23:09 -05:00
href="http://msdn.microsoft.com/netframework">.NET framework</a>.</li>
2003-12-15 09:31:41 -05:00
<li><a
href="http://search.cpan.org/dist/DateTime-TimeZone/">DateTime::TimeZone</a>
contains a script <code>parse_olson</code> that compiles
<code>tz</code> source into <a href="http://www.perl.org/">Perl</a>
modules. It is part of the Perl <a
href="http://datetime.perl.org/">DateTime Project</a>, which is freely
2004-09-23 10:13:54 -04:00
available under both the <abbr>GPL</abbr> and the Perl Artistic
2004-07-19 14:32:48 -04:00
License. DateTime::TimeZone also contains a script
2003-12-15 09:31:41 -05:00
<code>tests_from_zdump</code> that generates test cases for each clock
transition in the <code>tz</code> database.</li>
2007-12-03 09:50:40 -05:00
<li><a href="http://icu-project.org/">International Components for
Unicode (<abbr>ICU</abbr>)</a> contains C/C++ and <a
href="http://en.wikipedia.org/wiki/Java_%28programming_language%29">Java</a>
libraries for internationalization that
2005-03-01 08:43:47 -05:00
has a compiler from <code>tz</code> source
2004-09-23 10:13:54 -04:00
into an <abbr>ICU</abbr>-specific format.
<abbr>ICU</abbr> is freely available under a
<abbr title="Berkeley Software Distribution">BSD</abbr>-style license.</li>
2004-05-27 12:00:29 -04:00
<li><a href="http://joda-time.sourceforge.net/">Joda Time - Java date
2004-09-23 10:13:54 -04:00
and time <abbr title="Application Program Interface">API</abbr></a>
contains a class
2004-05-27 12:00:29 -04:00
<code>org.joda.time.tz.ZoneInfoCompiler</code> that compiles
<code>tz</code> source into a Joda-specific binary format. Joda Time
2004-09-23 10:13:54 -04:00
is freely available under a <abbr>BSD</abbr>-style license.</li>
2013-07-03 01:31:47 -07:00
<li><a href="http://pytz.sourceforge.net">pytz - World Timezone
Definitions for Python</a> compiles <code>tz</code> source into
2007-12-31 10:23:09 -05:00
<a href="http://python.org/">Python</a>.
2004-09-23 10:13:54 -04:00
It is freely available under a <abbr>BSD</abbr>-style license.</li>
2006-01-30 08:59:12 -05:00
<li><a href="http://tzinfo.rubyforge.org/">TZInfo - Ruby Timezone Library</a>
compiles <code>tz</code> source into
2013-07-03 01:31:47 -07:00
<a href="http://www.ruby-lang.org/en/">Ruby</a>.
2006-01-30 08:59:12 -05:00
It is freely available under the <abbr
title="Massachusetts Institute of Technology">MIT</abbr> license.</li>
2013-07-03 01:31:47 -07:00
<li>The <a href="http://www.squeaksource.com/Chronos/">Chronos Date/Time
2012-11-11 23:42:00 -08:00
Library</a> is
a <a href="http://en.wikipedia.org/wiki/Smalltalk">Smalltalk</a> class
library that compiles <code>tz</code> source into a time zone repository whose format
2007-02-26 09:09:15 -05:00
is either proprietary or an <a href="http://www.w3.org/XML/"><abbr
title="Extensible Markup Language">XML</abbr></a>-encoded
representation.</li>
2007-12-31 10:23:09 -05:00
<li>Starting with version 8.5, <a href="http://tcl.tk/">Tcl</a>
2006-04-03 10:07:14 -04:00
contains a developer-oriented parser that compiles <samp>tz</samp>
source into text files, along with a runtime that can read those
files. Tcl is freely available under a <abbr>BSD</abbr>-style
license.</li>
2001-04-05 16:43:39 -04:00
</ul>
2001-06-05 13:48:06 -04:00
<h2>Other <code>tz</code> binary file readers</h2>
2000-12-14 15:31:56 -05:00
<ul>
2004-09-23 10:13:54 -04:00
<li>The <a
2005-03-01 08:43:47 -05:00
href="http://www.gnu.org/software/libc/"><abbr>GNU</abbr> C
2004-09-23 10:13:54 -04:00
Library</a>
2000-07-31 09:26:39 -04:00
has an independent, thread-safe implementation of
2001-06-05 13:48:06 -04:00
a <code>tz</code> binary file reader.
2000-07-31 09:26:39 -04:00
This library is freely available under the
2000-12-14 15:31:56 -05:00
<a href="http://www.gnu.org/copyleft/lesser.html">
2005-03-01 08:43:47 -05:00
<abbr>GNU</abbr> Lesser General Public License
2004-09-23 10:13:54 -04:00
(<abbr title="Lesser General Public License">LGPL</abbr>)</a>,
2005-03-01 08:43:47 -05:00
and is widely used in <abbr>GNU</abbr>/Linux systems.</li>
2007-12-31 10:23:09 -05:00
<li><a href="http://bmsi.com/java/#TZ">ZoneInfo.java</a>
2007-12-03 09:50:40 -05:00
is a <code>tz</code> binary file reader written in Java.
2005-08-22 12:05:25 -04:00
It is freely available under the <abbr>LGPL</abbr>.</li>
2006-04-03 10:07:14 -04:00
<li>Tcl, mentioned above, also contains a
<code>tz</code> binary file reader.</li>
2012-03-03 13:20:33 -05:00
<li><a href="http://search.cpan.org/perldoc?DateTime::TimeZone::Tzfile">
DateTime::TimeZone::Tzfile</a>
is a <code>tz</code> binary file reader written in Perl.
It is freely available under the same terms as Perl
(dual <abbr>GPL</abbr> and Artistic license).</li>
<li>The
public-domain <a href="https://github.com/dbaron/tz.js">tz.js</a>
library contains a Python tool that converts <code>tz</code> binary data into
<a href="http://www.json.org/">JSON</a>-format data suitable for use
in its <a href="http://en.wikipedia.org/wiki/JavaScript">JavaScript</a> library for time zone conversion. Dates before 1970
are not supported.</li>
2000-12-14 15:31:56 -05:00
</ul>
2005-08-22 12:05:25 -04:00
<h2>Other <code>tz</code>-based time zone software</h2>
2000-12-14 15:31:56 -05:00
<ul>
2012-11-12 18:33:22 -08:00
<li><a href="http://foxclocks.org/">FoxClocks</a>
is an extension for <a href="http://google.com/chrome">Google
Chrome</a> and for <a
2006-11-27 08:53:52 -05:00
href="http://developer.mozilla.org/en/docs/Toolkit_API">Mozilla
Toolkit</a> applications like <a
2012-11-12 18:33:22 -08:00
href="http://mozilla.com/firefox">Firefox</a> and <a
href="http://mozilla.com/thunderbird">Thunderbird</a>.
2006-11-27 08:53:52 -05:00
It displays multiple clocks in the application window, and has a mapping
interface to <a href="http://earth.google.com/">Google Earth</a>.
It is freely available under the <abbr>GPL</abbr>.</li>
2005-10-03 09:43:50 -04:00
<li><a
href="http://users.skynet.be/Peter.Verthez/projects/intclock/">International
2005-08-22 12:05:25 -04:00
clock (intclock)</a> is a multi-timezone clock for
<abbr>GNU</abbr>/Linux and similar systems. It is freely available
under the <abbr>GPL</abbr>.</li>
2012-11-11 23:42:00 -08:00
<li><a href="http://www.oracle.com/us/technologies/java/overview/index.html">Oracle
Java</a> releases since 1.4
2005-03-01 08:43:47 -05:00
contain a copy of a subset of a recent <code>tz</code> database in a
2004-07-19 14:32:48 -04:00
Java-specific format.</li>
2006-11-27 08:53:52 -05:00
<li><a href="http://kimmo.suominen.com/sw/timezone/">Time Zone</a> is
a <a href="http://wordpress.org/">WordPress</a> plugin. It is freely
available under a <abbr>BSD</abbr>-style license.</li>
2012-11-11 23:42:00 -08:00
<li><a href="http://www.relativedata.com/time-zone-master">Time Zone
Master</a> is a Microsoft Windows clock program that can automatically
download, compile and use the <code>tzdata<var>D</var>.tar.gz</code>
files as they are released. The Basic version is free.</li>
2000-12-14 15:31:56 -05:00
<li><a
2007-12-31 10:23:09 -05:00
href="http://veladg.com/velaterra.html">VelaTerra</a> is
2005-03-14 10:10:57 -05:00
a Mac OS X program. Its developers
2007-12-31 10:23:09 -05:00
<a href="http://veladg.com/tzoffer.html">offer free
2005-03-14 10:10:57 -05:00
licenses</a> to <code>tz</code> contributors.</li>
2005-01-17 18:34:51 -05:00
<li><a
2007-12-31 10:23:09 -05:00
href="http://worldtimeexplorer.com/">World Time Explorer</a> is a
2001-06-05 13:48:06 -04:00
Microsoft Windows program.</li>
2000-12-14 15:31:56 -05:00
</ul>
<h2>Other time zone databases</h2>
<ul>
2006-08-28 12:18:48 -04:00
<li><a href="http://www.astro.com/cgi/aq.cgi">Atlas Query</a>
2012-11-11 23:42:00 -08:00
is Astrodienst's Web version of Shanks and Pottenger's
time zone history atlases published in both <a
href="http://astrocom.com/astrology-products/software/acs-atlas-software">computer</a>
2006-01-30 08:59:12 -05:00
and book form (<a
2012-11-11 23:42:00 -08:00
href="http://www.astrocom.com/astrology/books/american-atlas">one volume
2013-07-03 01:31:47 -07:00
for the U.S.</a>, and <a
2012-11-11 23:42:00 -08:00
href="http://www.astrocom.com/astrology/books/international-atlas">one for
2006-01-30 08:59:12 -05:00
other locations</a>) by <a
2012-11-11 23:42:00 -08:00
href="http://astrocom.com/">Astro Computing Services</a>.</li>
2000-12-14 15:31:56 -05:00
<li><a href="http://worldtime.com/">WORLDTIME: interactive atlas,
time info, public holidays</a>
1997-05-03 22:08:38 -04:00
contains information on local time, sunrise and sunset,
2000-12-14 15:31:56 -05:00
and public holidays in several hundred cities around the world.</li>
2010-08-11 13:45:12 -04:00
<li><a href="http://worldtimeserver.com/">World Time Server</a>
2001-06-05 13:48:06 -04:00
is another time zone database.</li>
2000-12-14 15:31:56 -05:00
<li><a href="http://tycho.usno.navy.mil/tzones.html">World Time Zones</a>
2004-09-23 10:13:54 -04:00
contains data from the Time Service Department of the
<abbr>US</abbr> Naval Observatory, used as the source
2001-06-05 13:48:06 -04:00
for the <code>usno*</code> files in the <code>tz</code> distribution.</li>
<li>The <a href="http://www.iata.org/publications/Pages/ssim.aspx">Standard
2004-09-23 10:13:54 -04:00
Schedules Information Manual</a> of the
2007-12-31 10:23:09 -05:00
<a href="http://iata.org/index.htm">International Air Transport
2005-10-03 09:43:50 -04:00
Association</a>
gives current time zone rules for airports served by commercial aviation.</li>
2006-08-21 09:56:08 -04:00
<li>Some Microsoft Windows versions contain time zone information in
an undocumented format, with IDs that can be mapped to <code>TZ</code>
values using the <a
2013-05-10 11:19:23 -07:00
href="http://unicode.org/cldr/charts/supplemental/zone_tzid.html">Zone
2006-08-28 12:18:48 -04:00
&rarr; Tzid table</a> maintained by the <abbr
title="Common Locale Data Repository">CLDR</abbr> data mentioned
below.</li>
2000-12-14 15:31:56 -05:00
</ul>
<h2>Maps</h2>
<ul>
2006-08-28 12:18:48 -04:00
<li>The <a href="https://www.cia.gov/">United States Central
2004-09-23 10:13:54 -04:00
Intelligence Agency (<abbr
title="Central Intelligence Agency">CIA</abbr>)</a> publishes a <a
2012-11-11 23:42:00 -08:00
href="https://www.cia.gov/library/publications/the-world-factbook/graphics/ref_maps/physical/pdf/standard_time_zones_of_the_world.pdf">time
2000-12-14 15:31:56 -05:00
zone map</a>; the
2001-10-09 13:31:28 -04:00
<a
href="http://www.lib.utexas.edu/maps/world.html">Perry-Casta&ntilde;eda
Library Map Collection</a>
2001-03-13 12:32:26 -05:00
of the University of Texas at Austin has copies of
2001-06-05 13:48:06 -04:00
recent editions.
1998-05-26 13:01:51 -04:00
The pictorial quality is good,
but the maps do not indicate summer time,
2000-12-14 15:31:56 -05:00
and parts of the data are a few years out of date.</li>
2004-07-19 14:32:48 -04:00
<li><a href="http://worldtimezone.com/">Current time around the world
and standard time zones map of the world</a>
2002-04-04 11:55:17 -05:00
has several fancy time zone maps; it covers Russia particularly well.
2004-09-23 10:13:54 -04:00
The maps' pictorial quality is not quite as good as the
<abbr>CIA</abbr>'s
2002-04-04 11:55:17 -05:00
but the maps are more up to date.</li>
2000-12-14 15:31:56 -05:00
</ul>
2001-03-13 12:32:26 -05:00
<h2>Time zone boundaries</h2>
<ul>
<li><a href="http://efele.net/maps/tz/">TZ timezones maps</a> contains <a
href="http://en.wikipedia.org/wiki/Shapefile">shapefiles</a> of
sets of <code>tz</code> regions.</li>
<li><a href="http://derickrethans.nl/what-time-is-it.html">What Time
is It Here?</a> applies <a href="http://www.mongodb.org/">MongoDB</a>
geospatial query operators to shapefiles' data.</li>
<li><a href="http://statoids.com/statoids.html">Administrative
Divisions of Countries ("Statoids")</a> contains lists of
political subdivision data related to time zones.</li>
2006-08-28 12:18:48 -04:00
<li><a href="http://home.tiscali.nl/~t876506/Multizones.html">Time
2003-12-15 09:31:41 -05:00
zone boundaries for multizone countries</a> summarizes legal
boundaries between time zones within countries.</li>
2001-03-13 12:32:26 -05:00
<li>Manifold.net's <a
2012-11-11 23:42:00 -08:00
href="http://manifold.net/info/freestuff.shtml">Free Stuff for
Manifold System Users</a> includes a Manifold-format map of
2004-09-23 10:13:54 -04:00
world time zone boundaries distributed under the
<abbr>GPL</abbr>.</li>
<li>The <abbr>US</abbr> Geological Survey's National Atlas of
the United States
2005-08-22 12:05:25 -04:00
publishes the <a href="http://nationalatlas.gov/mld/timeznp.html">Time
2001-03-13 12:32:26 -05:00
Zones of the United States</a> in the public domain.</li>
<li>The GeoCommunity lists several commercial sources for <a
href="http://spatialnews.geocomm.com/features/timezones/">International
Time Zones and Time Zone Data</a>.</li>
2007-08-20 10:45:09 -04:00
<li>A ship within the <a
href="http://en.wikipedia.org/wiki/Territorial_waters">territorial
waters</a> of any nation uses that nation's time. In international
waters, time zone boundaries are meridians 15&deg; apart, except that
UTC&minus;12 and UTC+12 are each 7.5&deg; wide and are separated by
the 180&deg; meridian (not by the International Date Line, which is
for land and territorial waters only). A captain can change ship's
clocks any time after entering a new time zone; midnight changes are
common.</li>
2001-03-13 12:32:26 -05:00
</ul>
2003-03-24 09:30:03 -05:00
<h2>Civil time concepts and history</h2>
2000-12-14 15:31:56 -05:00
<ul>
2005-01-17 18:34:51 -05:00
<li><a href="http://physics.nist.gov/GenInt/Time/time.html">A
Walk through Time</a>
2002-10-15 12:59:28 -04:00
surveys the evolution of timekeeping.</li>
2003-10-06 09:32:20 -04:00
<li><a href="http://webexhibits.org/daylightsaving/">About Daylight
2004-09-23 10:13:54 -04:00
Saving Time - History, rationale, laws &amp; dates</a>
is an overall history of <abbr>DST</abbr>.</li>
2013-07-03 01:31:47 -07:00
<li><a href="http://www.w3.org/TR/timezone/">Working with Time Zones</a>
contains guidelines and best practices for software applications that
deal with civil time.</li>
2007-12-31 10:23:09 -05:00
<li><a href="http://energy.ca.gov/daylightsaving.html">Saving Time,
2005-10-03 09:43:50 -04:00
Saving Energy</a> discusses a primary justification for <abbr>DST</abbr>.</li>
2012-11-11 23:42:00 -08:00
<li><a href="http://seizethedaylight.com/dst/">A Brief
2005-04-04 11:23:08 -04:00
History of Daylight Saving Time</a> summarizes some of the contentious
history of <abbr>DST</abbr>.</li>
2012-11-11 23:42:00 -08:00
<li><a href="http://toi.inrim.it/uk/toi.html">The
2000-12-14 15:31:56 -05:00
Time of Internet</a>
2002-04-04 11:55:17 -05:00
describes time zones and daylight saving time,
1997-05-03 22:08:38 -04:00
with diagrams.
2000-12-14 15:31:56 -05:00
The time zone map is out of date, however.</li>
2012-11-11 23:42:00 -08:00
<li><a href="http://www.staff.science.uu.nl/~gent0113/idl/idl.htm">A History of
2001-04-05 16:43:39 -04:00
the International Date Line</a> tells the story of the most important
time zone boundary.</li>
2007-12-31 10:23:09 -05:00
<li><a href="http://statoids.com/tconcept.html">Basic Time
2003-03-24 09:30:03 -05:00
Zone Concepts</a> discusses terminological issues behind time zones.</li>
</ul>
<h2>National histories of legal time</h2>
2000-12-14 15:31:56 -05:00
<dl>
<dt>Australia</dt>
2007-01-08 12:17:28 -05:00
<dd>The Parliamentary Library has commissioned <a
2012-11-11 23:42:00 -08:00
href="http://www.aph.gov.au/binaries/library/pubs/rn/2006-07/07rn13.pdf">research
2007-01-08 12:17:28 -05:00
note on daylight saving time in Australia</a>.
2007-03-15 09:51:25 -04:00
The Bureau of Meteorology publishes a list of
2005-10-03 09:43:50 -04:00
<a href="http://www.bom.gov.au/climate/averages/tables/dst_times.shtml">Implementation Dates of Daylight Savings Time within Australia</a>.</dd>
2001-10-09 13:31:28 -04:00
<dt>Belgium</dt>
<dd>The Royal Observatory of Belgium maintains a table of <a
href="http://www.astro.oma.be/GENERAL/INFO/nli001a.html"
hreflang="nl">time in Belgium (in Dutch)</a>.</dd>
2000-12-14 15:31:56 -05:00
<dt>Brazil</dt>
<dd>The Time Service Department of the National Observatory
records <a href="http://pcdsh01.on.br/DecHV.html"
hreflang="pt-BR">Brazil's daylight saving time decrees (in
Portuguese)</a>.</dd>
2001-06-05 13:48:06 -04:00
<dt>Canada</dt>
2012-11-11 23:42:00 -08:00
<dd>National Research Council Canada publishes current
2001-06-05 13:48:06 -04:00
and some older information about <a
2012-11-11 23:42:00 -08:00
href="http://www.nrc-cnrc.gc.ca/eng/services/time/time_zones.html">time
zones &amp; daylight saving time</a>.</dd>
2003-03-24 09:30:03 -05:00
<dt>Chile</dt>
2006-11-06 09:17:38 -05:00
<dd>The Chilean Hydrographic and Oceanographic Service publishes a <a
href="http://www.horaoficial.cl/horaof.htm" hreflang="es"> history of
official time (in Spanish)</a>.</dd>
2000-12-14 15:31:56 -05:00
<dt>Germany</dt>
2001-03-13 12:32:26 -05:00
<dd>The National Institute for Science and Technology maintains the <a
2012-11-11 23:42:00 -08:00
href="http://www.ptb.de/cms/en/fachabteilungen/abt4/fb-44/ag-441/realisation-of-legal-time-in-germany.html">Realisation of
2001-03-13 12:32:26 -05:00
Legal Time in Germany</a>.</dd>
2000-12-14 15:31:56 -05:00
<dt>Israel</dt>
2002-04-04 11:55:17 -05:00
<dd>The Interior Ministry periodically issues <a
2007-12-31 10:23:09 -05:00
href="ftp://ftp.cs.huji.ac.il/pub/tz/announcements"
2000-12-14 15:31:56 -05:00
hreflang="he">announcements (in Hebrew)</a>.</dd>
2001-03-13 12:32:26 -05:00
<dt>Mexico</dt>
<dd>The Investigation and Analysis Service of the Mexican Library of
Congress has published a <a
href="http://www.diputados.gob.mx/bibliot/publica/inveyana/polisoc/horver/"
2001-03-13 12:32:26 -05:00
hreflang="es">history of Mexican local time (in Spanish)</a>.</dd>
2003-12-15 09:31:41 -05:00
<dt>Malaysia</dt>
<dd>See Singapore below.</dd>
2001-04-05 16:43:39 -04:00
<dt>Netherlands</dt>
2012-11-11 23:42:00 -08:00
<dd><a href="http://www.staff.science.uu.nl/~gent0113/wettijd/wettijd.htm"
2001-06-05 13:48:06 -04:00
hreflang="nl">Legal time in the Netherlands (in Dutch)</a>
2001-04-05 16:43:39 -04:00
covers the history of local time in the Netherlands from ancient times.</dd>
2003-03-24 09:30:03 -05:00
<dt>New Zealand</dt>
2012-11-11 23:42:00 -08:00
<dd>The Department of Internal Affairs maintains a brief <a
href="http://www.dia.govt.nz/Daylight-Saving-History">History of
2005-08-22 12:05:25 -04:00
Daylight Saving</a>. The privately-maintained <a
2007-12-31 10:23:09 -05:00
href="http://astrologyschool.com/nztime.html">History of New Zealand
2005-08-22 12:05:25 -04:00
time</a> has more details.</dd>
2003-12-15 09:31:41 -05:00
<dt>Singapore</dt>
<dd><a
href="http://www.math.nus.edu.sg/aslaksen/teaching/timezone.html">Why
is Singapore in the "Wrong" Time Zone?</a> details the
history of legal time in Singapore and Malaysia.</dd>
2000-12-14 15:31:56 -05:00
<dt>United Kingdom</dt>
<dd><a
2012-11-11 23:42:00 -08:00
href="http://www.polyomino.org.uk/british-time/">History of
2002-10-15 12:59:28 -04:00
legal time in Britain</a> discusses in detail the country
2001-10-09 13:31:28 -04:00
with perhaps the best-documented history of clock adjustments.
The National Physical Laboratory also maintains an <a
2013-07-03 01:31:47 -07:00
href="http://www.npl.co.uk/educate-explore/what-is-time/archive-of-summer-time-dates-1916-2006">Archive
2005-08-22 12:05:25 -04:00
of Summer time dates</a>.</dd>
2003-03-24 09:30:03 -05:00
</dl>
2000-12-14 15:31:56 -05:00
<h2>Precision timekeeping</h2>
<ul>
2001-03-13 12:32:26 -05:00
<li><a
2005-10-03 09:43:50 -04:00
href="http://literature.agilent.com/litweb/pdf/5965-7984E.pdf">The
2002-10-15 12:59:28 -04:00
Science of Timekeeping</a> is a thorough introduction
2001-03-13 12:32:26 -05:00
to the theory and practice of precision timekeeping.</li>
2004-09-23 10:13:54 -04:00
<li><a href="http://www.ntp.org/"><abbr
title="Network Time Protocol">NTP</abbr>: The Network
Time Protocol</a>
2003-10-06 09:32:20 -04:00
discusses how to synchronize clocks of
2000-12-14 15:31:56 -05:00
Internet hosts.</li>
2006-04-03 10:04:44 -04:00
<li><a
2013-03-10 22:29:53 -07:00
href="http://tools.ietf.org/html/rfc4833">Timezone
2007-12-31 10:23:09 -05:00
Options for <abbr title="Dynamic Host Configuration Protocol">DHCP</abbr></a>
(Internet <abbr>RFC</abbr> 4833)
2007-12-03 09:50:40 -05:00
specifies a <a
2012-11-11 23:42:00 -08:00
href="http://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol">DHCP</a>
option for a server to configure
2006-04-03 10:07:14 -04:00
a client's time zone and daylight saving settings automatically.</li>
2004-09-23 10:13:54 -04:00
<li><a href="http://gauss.gge.unb.ca/GMT.UT.and.the.RGO.html">A Few
Facts Concerning <abbr title="Greenwich Mean Time">GMT</abbr>, <abbr
title="Universal Time">UT</abbr>, and
the <abbr title="Royal Greenwich Observatory">RGO</abbr></a>
answers questions like "What is the
difference between <abbr>GMT</abbr> and <abbr>UTC</abbr>?"</li>
2000-12-14 15:31:56 -05:00
<li><a
2005-08-22 12:05:25 -04:00
href="http://www.cv.nrao.edu/~rfisher/Ephemerides/times.html">Astronomical
2004-09-23 10:13:54 -04:00
Times</a> explains more abstruse astronomical time scales like
<abbr title="Terrestrial Dynamic Time">TDT</abbr>,
<abbr title="Geocentric Coordinate Time">TCG</abbr>, and
2006-01-30 08:59:12 -05:00
<abbr title="Barycentric Dynamic Time">TDB</abbr>.
<a href="http://www.ucolick.org/~sla/leapsecs/timescales.html">Time
Scales</a> goes into more detail, particularly for historical variants.</li>
2007-12-31 10:23:09 -05:00
<li>The <a href="http://iau.org/"><abbr
2004-09-23 10:13:54 -04:00
title="International Astronomical Union">IAU</abbr></a>'s <a
href="http://www.iausofa.org/"><abbr
2005-03-01 08:43:47 -05:00
title="Standards Of Fundamental Astronomy">SOFA</abbr></a>
2004-09-23 10:13:54 -04:00
initiative publishes Fortran
code for converting among time scales like
<abbr title="International Atomic Time">TAI</abbr>,
<abbr>TDB</abbr>, <abbr>TDT</abbr> and
<abbr>UTC</abbr>.</li>
2012-11-11 23:42:00 -08:00
<li><a href="http://www2.jpl.nasa.gov/basics/bsf2-3.php">Basics of
2001-03-13 12:32:26 -05:00
Space Flight - Reference Systems - Time Conventions</a>
2000-12-14 15:31:56 -05:00
briefly explains interplanetary space flight timekeeping.</li>
2001-06-05 13:48:06 -04:00
<li><a
2004-05-27 12:00:29 -04:00
href="http://www.giss.nasa.gov/tools/mars24/help/notes.html">Technical
Notes on Mars Solar Time as Adopted by the Mars24 Sunclock</a> briefly
2004-09-23 10:13:54 -04:00
describes Mars Coordinated Time (<abbr
title="Mars Coordinated Time">MTC</abbr>) and the
diverse local time
2004-05-27 12:00:29 -04:00
scales used by each landed mission on Mars.</li>
2007-12-31 10:23:09 -05:00
<li><a href="http://leapsecond.com/">LeapSecond.com</a> is
2006-01-30 08:59:12 -05:00
dedicated not only to leap seconds but to precise time and frequency
in general. It covers the state of the art in amateur timekeeping, and
how the art has progressed over the past few decades.</li>
2004-05-27 12:00:29 -04:00
<li><a
2012-11-11 23:42:00 -08:00
href="http://www.iers.org/IERS/EN/Publications/Bulletins/bulletins.html">IERS
Bulletins</a> contains official publications of the International
Earth Rotation and Reference Systems Service, which decides
2000-12-14 15:31:56 -05:00
when leap seconds occur.</li>
<li>The <a
2007-12-31 10:23:09 -05:00
href="http://six.pairlist.net/mailman/listinfo/leapsecs">Leap
Second Discussion List</a> covers <a
2004-09-23 10:13:54 -04:00
href="http://gauss.gge.unb.ca/papers.pdf/gpsworld.november99.pdf">McCarthy
2006-08-28 12:18:48 -04:00
and Klepczynski's proposal to discontinue leap seconds</a>,
discussed further in
2003-10-06 09:32:20 -04:00
<a href="http://www.cl.cam.ac.uk/~mgk25/time/metrologia-leapsecond.pdf">The
2006-08-28 12:18:48 -04:00
leap second: its history and possible future</a>.
2012-11-11 23:42:00 -08:00
<a href="http://www.ucolick.org/~sla/leapsecs/">UTC might be redefined
without Leap Seconds</a> gives pointers on this
2003-10-06 09:32:20 -04:00
contentious issue.</li>
2000-12-14 15:31:56 -05:00
</ul>
<h2>Time notation</h2>
<ul>
<li>
2013-07-03 01:31:47 -07:00
<a href="http://www.cl.cam.ac.uk/~mgk25/iso-time.html">A summary of
the international standard date and time notation</a> is a good
2004-09-23 10:13:54 -04:00
summary of
<a
2012-11-11 23:42:00 -08:00
href="http://www.iso.org/iso/catalogue_detail?csnumber=40874"><abbr
2005-01-17 18:34:51 -05:00
title="International Organization for Standardization">ISO</abbr>
8601:2004 -- Data elements and interchange formats -- Information
interchange -- Representation of dates and times</a>.</li>
2001-06-05 13:48:06 -04:00
<li>
2007-02-26 09:09:15 -05:00
<a href="http://www.w3.org/TR/xmlschema-2/#dateTime"><abbr>XML</abbr>
2006-01-30 08:59:12 -05:00
Schema: Datatypes - dateTime</a> specifies a format inspired by
2007-02-26 09:09:15 -05:00
<abbr>ISO</abbr> 8601 that is in common use in XML data.</li>
2006-01-30 08:59:12 -05:00
<li>
2013-03-10 22:29:53 -07:00
<a href="http://tools.ietf.org/html/rfc5322">Internet
Message Format</a> (Internet <abbr>RFC</abbr> 5322) &sect;3.3
2001-06-05 13:48:06 -04:00
specifies the time notation used in email and <a
2013-03-10 22:29:53 -07:00
href="http://tools.ietf.org/html/rfc2616"><abbr>HTTP</abbr></a>
2004-09-23 10:13:54 -04:00
headers.</li>
2001-06-05 13:48:06 -04:00
<li>
2013-03-10 22:29:53 -07:00
<a href="http://tools.ietf.org/html/rfc3339">Date and Time
2007-12-31 10:23:09 -05:00
on the Internet: Timestamps</a> (Internet <abbr>RFC</abbr> 3339)
specifies an <abbr>ISO</abbr> 8601
2004-09-23 10:13:54 -04:00
profile for use in new Internet
2002-10-15 12:59:28 -04:00
protocols.</li>
<li>
2006-01-30 08:59:12 -05:00
<a href="http://www.hackcraft.net/web/datetime/">Date &amp; Time
Formats on the Web</a> surveys web- and Internet-oriented date and time
formats.</li>
<li>
2007-12-31 10:23:09 -05:00
<a href="http://exit109.com/~ghealton/y2k/yrexamples.html">The
2002-10-15 12:59:28 -04:00
Best of Dates, the Worst of Dates</a> covers many problems encountered
by software developers when handling dates and time stamps.</li>
2006-08-28 12:18:48 -04:00
<li>The <a
href="http://unicode.org/cldr/">Unicode Common Locale Data Repository
(<abbr>CLDR</abbr>) Project</a> has localizations for time zone names,
abbreviations, identifiers, and formats. For example, it contains
French translations for "Eastern European Summer Time", "<abbr
title="Eastern European Summer Time">EEST</abbr>", and
"Bucharest". <a
2012-11-11 23:42:00 -08:00
href="http://unicode.org/cldr/charts/by_type/index.html">By-Type
Chart</a> shows these values for many locales.
2006-08-28 12:18:48 -04:00
<abbr>ICU</abbr> contains a mechanism for using this data.</li>
2005-03-01 08:43:47 -05:00
<li>Alphabetic time zone abbreviations should not be used as unique
2004-09-23 10:13:54 -04:00
identifiers for <abbr>UTC</abbr> offsets as they are ambiguous in
practice. For example, "<abbr>EST</abbr>" denotes 5 hours behind
<abbr>UTC</abbr> in English-speaking North America, but it denotes 10
or 11 hours ahead of <abbr>UTC</abbr> in Australia; and
French-speaking North Americans prefer
"<abbr title="Heure Normale de l'Est">HNE</abbr>" to
"<abbr>EST</abbr>". For <abbr>POSIX</abbr> the <code>tz</code>
database contains English abbreviations for all time stamps but in
many cases these are merely inventions of the database
2001-10-09 13:31:28 -04:00
maintainers.</li>
2005-03-01 08:43:47 -05:00
<li>Numeric time zone abbreviations typically count hours east of
<abbr>UTC</abbr>, e.g., <code>+09</code> for Japan and
<code>-10</code> for Hawaii. However, the <abbr>POSIX</abbr>
<code>TZ</code> environment variable uses the opposite convention. For
example, one might use <code>TZ="JST-9"</code> and
<code>TZ="HST10"</code> for Japan and Hawaii, respectively. If the
<code>tz</code> database is available, it is usually better to use
settings like <code>TZ="Asia/Tokyo"</code> and
<code>TZ="Pacific/Honolulu"</code> instead, as this should avoid
2005-08-22 12:05:25 -04:00
confusion, handle old time stamps better, and insulate you better from
2005-03-01 08:43:47 -05:00
any future changes to the rules. One should never set
<abbr>POSIX</abbr> <code>TZ</code> to a value like
<code>"GMT-9"</code>, though, since this would falsely claim that
local time is nine hours ahead of <abbr>UTC</abbr> and the time zone
is called "<abbr>GMT</abbr>".</li>
2000-12-14 15:31:56 -05:00
</ul>
<h2>Related indexes</h2>
<ul>
2003-03-24 09:30:03 -05:00
<li><a href="tz-art.htm">Time and the Arts</a></li>
2007-12-31 10:23:09 -05:00
<li><a href="http://www.dmoz.org/Reference/Time/">Open Directory -
2000-12-14 15:31:56 -05:00
Reference: Time</a></li>
2007-12-31 10:23:09 -05:00
<li><a href="http://dir.yahoo.com/Science/Measurements_and_Units/Time">Yahoo!
2005-08-22 12:05:25 -04:00
Directory &gt; Science &gt; Measurements and Units &gt; Time</a></li>
2000-12-14 15:31:56 -05:00
</ul>
2012-10-26 00:48:56 -07:00
<hr>
<address>
This file is in the public domain, so clarified as of
2009-05-17 by Arthur David Olson.
<br>
Please send corrections to this web page to the
<a href="mailto:tz@iana.org">time zone mailing list</a>.
</address>
2000-12-14 15:31:56 -05:00
</body>
</html>