File tree Expand file tree Collapse file tree 6 files changed +26
-8
lines changed Expand file tree Collapse file tree 6 files changed +26
-8
lines changed Original file line number Diff line number Diff line change 4
4
# a template for timezones you could need. See the `Date/Time Support'
5
5
# appendix in the PostgreSQL documentation for more information.
6
6
#
7
- # $PostgreSQL: pgsql/src/timezone/tznames/Africa.txt,v 1.2 2006/07/25 13:49:21 tgl Exp $
7
+ # $PostgreSQL: pgsql/src/timezone/tznames/Africa.txt,v 1.3 2009/09/06 15:25:23 tgl Exp $
8
8
#
9
9
10
10
CAT 7200 # Central Africa Time
@@ -161,6 +161,12 @@ WAT 3600 # West Africa Time
161
161
# (Africa/Niamey)
162
162
# (Africa/Porto-Novo)
163
163
# (Africa/Windhoek)
164
+ WEST 3600 D # Western Europe Summer Time
165
+ # (Africa/Casablanca)
166
+ # (Atlantic/Canary)
167
+ # (Atlantic/Faeroe)
168
+ # (Atlantic/Madeira)
169
+ # (Europe/Lisbon)
164
170
WET 0 # Western Europe Time
165
171
# (Africa/Casablanca)
166
172
# (Africa/El_Aaiun)
Original file line number Diff line number Diff line change 4
4
# a template for timezones you could need. See the `Date/Time Support'
5
5
# appendix in the PostgreSQL documentation for more information.
6
6
#
7
- # $PostgreSQL: pgsql/src/timezone/tznames/Asia.txt,v 1.3 2006/12/15 16:54:43 tgl Exp $
7
+ # $PostgreSQL: pgsql/src/timezone/tznames/Asia.txt,v 1.4 2009/09/06 15:25:23 tgl Exp $
8
8
#
9
9
10
10
# CONFLICT! ADT is not unique
@@ -138,10 +138,15 @@ ICT 25200 # Indochina Time
138
138
# (Asia/Phnom_Penh)
139
139
# (Asia/Saigon)
140
140
# (Asia/Vientiane)
141
+ IDT 10800 D # Israel Daylight Time
142
+ IRDT 16200 D # Iran Daylight Time
143
+ # (Asia/Tehran)
141
144
IRKST 32400 D # Irkutsk Summer Time
142
145
# (Asia/Irkutsk)
143
146
IRKT 28800 # Irkutsk Time
144
147
# (Asia/Irkutsk)
148
+ IRST 12600 # Iran Standard Time
149
+ # (Asia/Tehran)
145
150
IRT 12600 # Iran Time (not in zic)
146
151
# CONFLICT! IST is not unique
147
152
# Other timezones:
@@ -154,7 +159,6 @@ IST 19800 # Indian Standard Time
154
159
# - IST: Irish Summer Time (Europe)
155
160
# - IST: Indian Standard Time (Asia)
156
161
IST 7200 # Israel Standard Time
157
- # (this time zone is not contained in the ZIC database)
158
162
JAYT 32400 # Jayapura Time (Indonesia) (not in zic)
159
163
JST 32400 # Japan Standard Time
160
164
# (Asia/Tokyo)
Original file line number Diff line number Diff line change 4
4
# a template for timezones you could need. See the `Date/Time Support'
5
5
# appendix in the PostgreSQL documentation for more information.
6
6
#
7
- # $PostgreSQL: pgsql/src/timezone/tznames/Australia.txt,v 1.2 2006/07/25 13:49:21 tgl Exp $
7
+ # $PostgreSQL: pgsql/src/timezone/tznames/Australia.txt,v 1.3 2009/09/06 15:25:23 tgl Exp $
8
8
#
9
9
10
10
ACSST 37800 D # Central Australia (not in zic)
@@ -25,6 +25,8 @@ CAST 34200 # Central Australia Standard Time (not in zic)
25
25
CST 34200 # Central Standard Time (Australia)
26
26
# (Australia/Adelaide)
27
27
# (Australia/Broken_Hill)
28
+ CWST 31500 # Central Western Standard Time (Australia)
29
+ # (Australia/Eucla)
28
30
# CONFLICT! EAST is not unique
29
31
# Other timezones:
30
32
# - EAST: Easter Island Time (Chile) (Pacific)
Original file line number Diff line number Diff line change 4
4
# timezone_abbreviations to 'Default'. See the `Date/Time Support'
5
5
# appendix in the PostgreSQL documentation for more information.
6
6
#
7
- # $PostgreSQL: pgsql/src/timezone/tznames/Default,v 1.7 2009/03/05 14:27:50 heikki Exp $
7
+ # $PostgreSQL: pgsql/src/timezone/tznames/Default,v 1.8 2009/09/06 15:25:23 tgl Exp $
8
8
9
9
10
10
#################### AFRICA ####################
@@ -283,6 +283,7 @@ ICT 25200 # Indochina Time
283
283
# (Asia/Phnom_Penh)
284
284
# (Asia/Saigon)
285
285
# (Asia/Vientiane)
286
+ IDT 10800 D # Israel Daylight Time
286
287
IRKST 32400 D # Irkutsk Summer Time
287
288
# (Asia/Irkutsk)
288
289
IRKT 28800 # Irkutsk Time
Original file line number Diff line number Diff line change 4
4
# a template for timezones you could need. See the `Date/Time Support'
5
5
# appendix in the PostgreSQL documentation for more information.
6
6
#
7
- # $PostgreSQL: pgsql/src/timezone/tznames/Europe.txt,v 1.2 2006/07/25 13:49:21 tgl Exp $
7
+ # $PostgreSQL: pgsql/src/timezone/tznames/Europe.txt,v 1.3 2009/09/06 15:25:23 tgl Exp $
8
8
#
9
9
10
10
BST 3600 D # British Summer Time
@@ -191,6 +191,7 @@ SAMST 18000 D # Samara Summer Time
191
191
SAMT 14400 # Samara Time
192
192
# (Europe/Samara)
193
193
WEST 3600 D # Western Europe Summer Time
194
+ # (Africa/Casablanca)
194
195
# (Atlantic/Canary)
195
196
# (Atlantic/Faeroe)
196
197
# (Atlantic/Madeira)
Original file line number Diff line number Diff line change 1
- $PostgreSQL: pgsql/src/timezone/tznames/README,v 1.3 2008/03/21 13:23:29 momjian Exp $
1
+ $PostgreSQL: pgsql/src/timezone/tznames/README,v 1.4 2009/09/06 15:25:23 tgl Exp $
2
2
3
3
tznames
4
4
=======
@@ -23,5 +23,9 @@ Your set of time zone names can then be included in future releases.
23
23
For the time being you can always add your own set.
24
24
25
25
The files named Africa.txt, etc, are not intended to be used directly as
26
- timezone abbreviation files. They contain reference definitions of timezone
26
+ time zone abbreviation files. They contain reference definitions of time zone
27
27
names that can be copied into a custom abbreviation file as needed.
28
+
29
+ Note that these files (*.txt) are already a subset of the zic timezone
30
+ database files: we tried to list only those time zones that (according to
31
+ the zic timezone database) appear to be still in use.
You can’t perform that action at this time.
0 commit comments