Commit af9a54b6 authored by Tom Lane's avatar Tom Lane

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.
parent dd6fcd35
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# a template for timezones you could need. See the `Date/Time Support' # a template for timezones you could need. See the `Date/Time Support'
# appendix in the PostgreSQL documentation for more information. # appendix in the PostgreSQL documentation for more information.
# #
# $PostgreSQL: pgsql/src/timezone/tznames/Asia.txt,v 1.4 2009/09/06 15:25:23 tgl Exp $ # $PostgreSQL: pgsql/src/timezone/tznames/Asia.txt,v 1.5 2010/05/11 22:36:52 tgl Exp $
# #
# CONFLICT! ADT is not unique # CONFLICT! ADT is not unique
...@@ -201,7 +201,10 @@ PETST 46800 D # Petropavlovsk-Kamchatski Summer Time ...@@ -201,7 +201,10 @@ PETST 46800 D # Petropavlovsk-Kamchatski Summer Time
PETT 43200 # Petropavlovsk-Kamchatski Time PETT 43200 # Petropavlovsk-Kamchatski Time
# (Asia/Kamchatka) # (Asia/Kamchatka)
PHT 28800 # Phillipine Time (not in zic) 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 QYZT 21600 # Kizilorda Time
# (Asia/Qyzylorda) # (Asia/Qyzylorda)
SAKST 39600 D # Sakhalin Summer Time SAKST 39600 D # Sakhalin Summer Time
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# timezone_abbreviations to 'Default'. See the `Date/Time Support' # timezone_abbreviations to 'Default'. See the `Date/Time Support'
# appendix in the PostgreSQL documentation for more information. # appendix in the PostgreSQL documentation for more information.
# #
# $PostgreSQL: pgsql/src/timezone/tznames/Default,v 1.8 2009/09/06 15:25:23 tgl Exp $ # $PostgreSQL: pgsql/src/timezone/tznames/Default,v 1.9 2010/05/11 22:36:52 tgl Exp $
#################### AFRICA #################### #################### AFRICA ####################
...@@ -334,7 +334,10 @@ PETST 46800 D # Petropavlovsk-Kamchatski Summer Time ...@@ -334,7 +334,10 @@ PETST 46800 D # Petropavlovsk-Kamchatski Summer Time
PETT 43200 # Petropavlovsk-Kamchatski Time PETT 43200 # Petropavlovsk-Kamchatski Time
# (Asia/Kamchatka) # (Asia/Kamchatka)
PHT 28800 # Phillipine Time (not in zic) 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 SGT 28800 # Singapore Time
# (Asia/Singapore) # (Asia/Singapore)
TJT 18000 # Tajikistan Time TJT 18000 # Tajikistan Time
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment