From 94b0b545f8124ee2d15a9753fb389d91e4951984 Mon Sep 17 00:00:00 2001 From: Tom Lane <tgl@sss.pgh.pa.us> Date: Thu, 1 May 2008 20:05:08 +0000 Subject: [PATCH] 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. --- src/timezone/tznames/Default | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/timezone/tznames/Default b/src/timezone/tznames/Default index 28c9b3cd96f..8ff5e5a7064 100644 --- a/src/timezone/tznames/Default +++ b/src/timezone/tznames/Default @@ -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.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 #################### @@ -334,6 +334,8 @@ PETT 43200 # Petropavlovsk-Kamchatski Time # (Asia/Kamchatka) PHT 28800 # Phillipine Time (not in zic) PKT 18000 # Pakistan Time (not in zic) +SGT 28800 # Singapore Time + # (Asia/Singapore) TJT 18000 # Tajikistan Time # (Asia/Dushanbe) TMT 18000 # Turkmenistan Time -- GitLab