Update the tznames reference files, and add IDT (Israel Daylight Time)
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 6 Sep 2009 15:25:23 +0000 (15:25 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 6 Sep 2009 15:25:23 +0000 (15:25 +0000)
to the Default timezone abbreviation set.

Back-port the the current file set to all branches that contain tznames.
This includes adding SGT to the Default set in pre-8.4 releases.

Joachim Wieland

src/timezone/tznames/Africa.txt
src/timezone/tznames/Asia.txt
src/timezone/tznames/Australia.txt
src/timezone/tznames/Default
src/timezone/tznames/Europe.txt
src/timezone/tznames/README

index 419dd04d86c57a5b9c5f4c1bc328b99ea4f91506..a17ee48f490da9d2c7abdbfb79119a3023d89cc7 100644 (file)
@@ -161,6 +161,12 @@ WAT      3600    # West Africa Time
                  #     (Africa/Niamey)
                  #     (Africa/Porto-Novo)
                  #     (Africa/Windhoek)
+WEST     3600 D  # Western Europe Summer Time
+                 #     (Africa/Casablanca)
+                 #     (Atlantic/Canary)
+                 #     (Atlantic/Faeroe)
+                 #     (Atlantic/Madeira)
+                 #     (Europe/Lisbon)
 WET         0    # Western Europe Time
                  #     (Africa/Casablanca)
                  #     (Africa/El_Aaiun)
index 3ffeb684a6560da70cd37477c87f35216d2b536d..3493e0de9c6d57ef6f0a46c0c58d6609e1528093 100644 (file)
@@ -138,10 +138,15 @@ ICT     25200    # Indochina Time
                  #     (Asia/Phnom_Penh)
                  #     (Asia/Saigon)
                  #     (Asia/Vientiane)
+IDT     10800 D  # Israel Daylight Time
+IRDT    16200 D  # Iran Daylight Time
+                 #     (Asia/Tehran)
 IRKST   32400 D  # Irkutsk Summer Time
                  #     (Asia/Irkutsk)
 IRKT    28800    # Irkutsk Time
                  #     (Asia/Irkutsk)
+IRST    12600    # Iran Standard Time
+                 #     (Asia/Tehran)
 IRT     12600    # Iran Time (not in zic)
 # CONFLICT! IST is not unique
 # Other timezones:
@@ -154,7 +159,6 @@ IST     19800    # Indian Standard Time
 # - IST: Irish Summer Time (Europe)
 # - IST: Indian Standard Time (Asia)
 IST      7200    # Israel Standard Time
-                 #     (this time zone is not contained in the ZIC database)
 JAYT    32400    # Jayapura Time (Indonesia) (not in zic)
 JST     32400    # Japan Standard Time
                  #     (Asia/Tokyo)
index a5ad6f44ff74731457fec6946634de18b1711a54..5f41c6f8437b43b536f255b28f3df2b19b24f0d6 100644 (file)
@@ -25,6 +25,8 @@ CAST    34200    # Central Australia Standard Time (not in zic)
 CST     34200    # Central Standard Time (Australia)
                  #     (Australia/Adelaide)
                  #     (Australia/Broken_Hill)
+CWST    31500    # Central Western Standard Time (Australia)
+                 #     (Australia/Eucla)
 # CONFLICT! EAST is not unique
 # Other timezones:
 #  - EAST: Easter Island Time (Chile) (Pacific)
index a84edb536dccea1982bcdea2b8319d9177895067..522eeddce81a5b615f93a1dc09e3b3a9f515ceef 100644 (file)
@@ -283,6 +283,7 @@ ICT     25200    # Indochina Time
                  #     (Asia/Phnom_Penh)
                  #     (Asia/Saigon)
                  #     (Asia/Vientiane)
+IDT     10800 D  # Israel Daylight Time
 IRKST   32400 D  # Irkutsk Summer Time
                  #     (Asia/Irkutsk)
 IRKT    28800    # Irkutsk Time
index 1977d519204e63edf34a81964442774833c572dc..10b499cad1fc0ed1fca28ff76e540c6af2eb36da 100644 (file)
@@ -191,6 +191,7 @@ SAMST   18000 D  # Samara Summer Time
 SAMT    14400    # Samara Time
                  #     (Europe/Samara)
 WEST     3600 D  # Western Europe Summer Time
+                 #     (Africa/Casablanca)
                  #     (Atlantic/Canary)
                  #     (Atlantic/Faeroe)
                  #     (Atlantic/Madeira)
index 8ef110c8512191e90655e5cf8f463d90c728c0e0..eecbabeef12024e5383fbe5c269b0ca232149f9f 100644 (file)
@@ -23,5 +23,9 @@ Your set of time zone names can then be included in future releases.
 For the time being you can always add your own set.
 
 The files named Africa.txt, etc, are not intended to be used directly as
-timezone abbreviation files.  They contain reference definitions of timezone
+time zone abbreviation files. They contain reference definitions of time zone
 names that can be copied into a custom abbreviation file as needed.
+
+Note that these files (*.txt) are already a subset of the zic timezone
+database files: we tried to list only those time zones that (according to
+the zic timezone database) appear to be still in use.