Skip to content

Commit 94b0b54

Browse files
committed
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.
1 parent 1b1e335 commit 94b0b54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/timezone/tznames/Default

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# timezone_abbreviations to 'Default'. See the `Date/Time Support'
55
# appendix in the PostgreSQL documentation for more information.
66
#
7-
# $PostgreSQL: pgsql/src/timezone/tznames/Default,v 1.5 2008/03/02 00:10:22 tgl Exp $
7+
# $PostgreSQL: pgsql/src/timezone/tznames/Default,v 1.6 2008/05/01 20:05:08 tgl Exp $
88

99

1010
#################### AFRICA ####################
@@ -334,6 +334,8 @@ PETT 43200 # Petropavlovsk-Kamchatski Time
334334
# (Asia/Kamchatka)
335335
PHT 28800 # Phillipine Time (not in zic)
336336
PKT 18000 # Pakistan Time (not in zic)
337+
SGT 28800 # Singapore Time
338+
# (Asia/Singapore)
337339
TJT 18000 # Tajikistan Time
338340
# (Asia/Dushanbe)
339341
TMT 18000 # Turkmenistan Time

0 commit comments

Comments
 (0)