postgresql/src/timezone/tznames
Tom Lane 241e6844ad Update time zone data files to tzdata release 2015g.
DST law changes in Cayman Islands, Fiji, Moldova, Morocco, Norfolk Island,
North Korea, Turkey, Uruguay.  New zone America/Fort_Nelson for Canadian
Northern Rockies.
2015-10-02 19:15:39 -04:00
..
Africa.txt Update time zone data files to tzdata release 2014h. 2014-10-04 14:18:19 -04:00
America.txt Update time zone data files to tzdata release 2015g. 2015-10-02 19:15:39 -04:00
Antarctica.txt Update time zone data files to tzdata release 2015a. 2015-01-30 22:45:44 -05:00
Asia.txt Update time zone data files to tzdata release 2015g. 2015-10-02 19:15:39 -04:00
Atlantic.txt Support timezone abbreviations that sometimes change. 2014-10-16 15:22:10 -04:00
Australia Update time zone data files to tzdata release 2014h. 2014-10-04 14:18:19 -04:00
Australia.txt Add CST (China Standard Time) to our lists of timezone abbreviations. 2014-12-24 16:35:23 -05:00
Default Update time zone data files to tzdata release 2015g. 2015-10-02 19:15:39 -04:00
Etc.txt Fix whitespace issues found by git diff --check, add gitattributes 2013-11-10 14:48:29 -05:00
Europe.txt Update time zone data files to tzdata release 2014j. 2014-11-17 12:09:12 -05:00
India Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
Indian.txt Support timezone abbreviations that sometimes change. 2014-10-16 15:22:10 -04:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
Pacific.txt Update time zone data files to tzdata release 2015g. 2015-10-02 19:15:39 -04:00
README Support timezone abbreviations that sometimes change. 2014-10-16 15:22:10 -04:00

README

src/timezone/tznames/README

tznames
=======

This directory contains files with timezone sets for PostgreSQL.  The problem
is that time zone abbreviations are not unique throughout the world and you
might find out that a time zone abbreviation in the `Default' set collides
with the one you wanted to use.  This can be fixed by selecting a timezone
set that defines the abbreviation the way you want it.  There might already
be a file here that serves your needs.  If not, you can create your own.

In order to use one of these files, you need to set

   timezone_abbreviations = 'xyz'

in any of the usual ways for setting a parameter, where xyz is the filename
that contains the desired time zone abbreviations.

If you do not find an appropriate set of abbreviations for your geographic
location supplied here, please report this to <pgsql-hackers@postgresql.org>.
Your set of time zone abbreviations can then be included in future releases.
For the time being you can always add your own set.

Typically a custom abbreviation set is made by including the `Default' set
and then adding or overriding abbreviations as necessary.  For examples,
see the `Australia' and `India' files.

The files named Africa.txt, etc, are not intended to be used directly as
time zone abbreviation files. They contain reference definitions of time zone
abbreviations that can be copied into a custom abbreviation file as needed.
Note that these files (*.txt) are already a subset of the IANA timezone
database files: we tried to list only those time zone abbreviations that
(according to the IANA timezone database) appear to be still in use.