mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-03 08:00:21 +08:00
Add PKST to the default set of timezone abbreviations.
Per discussion, if we have PKT in there then PKST should be too. Also, fix mistaken claim that these abbrevs are not known to zic.
This commit is contained in:
parent
4ba26e29d7
commit
afca0fc6bd
@ -4,7 +4,7 @@
|
||||
# a template for timezones you could need. See the `Date/Time Support'
|
||||
# appendix in the PostgreSQL documentation for more information.
|
||||
#
|
||||
# $PostgreSQL: pgsql/src/timezone/tznames/Asia.txt,v 1.3.2.1 2009/09/06 15:25:39 tgl Exp $
|
||||
# $PostgreSQL: pgsql/src/timezone/tznames/Asia.txt,v 1.3.2.2 2010/05/11 22:37:05 tgl Exp $
|
||||
#
|
||||
|
||||
# CONFLICT! ADT is not unique
|
||||
@ -201,7 +201,10 @@ PETST 46800 D # Petropavlovsk-Kamchatski Summer Time
|
||||
PETT 43200 # Petropavlovsk-Kamchatski Time
|
||||
# (Asia/Kamchatka)
|
||||
PHT 28800 # Phillipine Time (not in zic)
|
||||
PKT 18000 # Pakistan Time (not in zic)
|
||||
PKT 18000 # Pakistan Time
|
||||
# (Asia/Karachi)
|
||||
PKST 21600 D # Pakistan Summer Time
|
||||
# (Asia/Karachi)
|
||||
QYZT 21600 # Kizilorda Time
|
||||
# (Asia/Qyzylorda)
|
||||
SAKST 39600 D # Sakhalin Summer Time
|
||||
|
@ -4,7 +4,7 @@
|
||||
# timezone_abbreviations to 'Default'. See the `Date/Time Support'
|
||||
# appendix in the PostgreSQL documentation for more information.
|
||||
#
|
||||
# $PostgreSQL: pgsql/src/timezone/tznames/Default,v 1.4.2.3 2009/09/06 15:25:39 tgl Exp $
|
||||
# $PostgreSQL: pgsql/src/timezone/tznames/Default,v 1.4.2.4 2010/05/11 22:37:05 tgl Exp $
|
||||
|
||||
|
||||
#################### AFRICA ####################
|
||||
@ -334,7 +334,10 @@ PETST 46800 D # Petropavlovsk-Kamchatski Summer Time
|
||||
PETT 43200 # Petropavlovsk-Kamchatski Time
|
||||
# (Asia/Kamchatka)
|
||||
PHT 28800 # Phillipine Time (not in zic)
|
||||
PKT 18000 # Pakistan Time (not in zic)
|
||||
PKT 18000 # Pakistan Time
|
||||
# (Asia/Karachi)
|
||||
PKST 21600 D # Pakistan Summer Time
|
||||
# (Asia/Karachi)
|
||||
SGT 28800 # Singapore Time
|
||||
# (Asia/Singapore)
|
||||
TJT 18000 # Tajikistan Time
|
||||
|
Loading…
Reference in New Issue
Block a user