mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Add SGT (Singapore time) to the default list of known timezone
abbreviations. It doesn't conflict with any other abbreviation so there seems no reason not to include it. Per a recent gripe.
This commit is contained in:
@ -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.5 2008/03/02 00:10:22 tgl Exp $
|
# $PostgreSQL: pgsql/src/timezone/tznames/Default,v 1.6 2008/05/01 20:05:08 tgl Exp $
|
||||||
|
|
||||||
|
|
||||||
#################### AFRICA ####################
|
#################### AFRICA ####################
|
||||||
@ -334,6 +334,8 @@ 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 (not in zic)
|
||||||
|
SGT 28800 # Singapore Time
|
||||||
|
# (Asia/Singapore)
|
||||||
TJT 18000 # Tajikistan Time
|
TJT 18000 # Tajikistan Time
|
||||||
# (Asia/Dushanbe)
|
# (Asia/Dushanbe)
|
||||||
TMT 18000 # Turkmenistan Time
|
TMT 18000 # Turkmenistan Time
|
||||||
|
Reference in New Issue
Block a user