diff options
author | Tom Lane | 2008-05-01 20:05:08 +0000 |
---|---|---|
committer | Tom Lane | 2008-05-01 20:05:08 +0000 |
commit | 94b0b545f8124ee2d15a9753fb389d91e4951984 (patch) | |
tree | 3680ca4a7f8fbc190a0ff59428c5cb5586c3ef8c | |
parent | 1b1e335b15e19a89601d3b025b4d3deb60b39f98 (diff) |
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.
-rw-r--r-- | src/timezone/tznames/Default | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/timezone/tznames/Default b/src/timezone/tznames/Default index 28c9b3cd96..8ff5e5a706 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 |