diff options
author | Tom Lane | 2008-05-01 20:05:08 +0000 |
---|---|---|
committer | Tom Lane | 2008-05-01 20:05:08 +0000 |
commit | a1a41c065d919ea40a02e0bd9b9f5a77de28e93b (patch) | |
tree | 3fe47819f1f10d5c878cbafe7ead1006abeddc92 | |
parent | acd94c6cd7d8c69d66a1084727f29f60cad870b7 (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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/timezone/tznames/Default b/src/timezone/tznames/Default index 9e4433089a..98babc5f5c 100644 --- a/src/timezone/tznames/Default +++ b/src/timezone/tznames/Default @@ -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 |