diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2009-03-05 14:28:04 +0000 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2009-03-05 14:28:04 +0000 |
commit | ce663593af8d88b832f8f01db90f5b379a62c97e (patch) | |
tree | 0afa47291c6bda1710f32481f7ce554355384fb0 | |
parent | cfe3b9d7c31e47305259d6c4109b6875df2999fa (diff) | |
download | postgresql-ce663593af8d88b832f8f01db90f5b379a62c97e.tar.gz postgresql-ce663593af8d88b832f8f01db90f5b379a62c97e.zip |
Add MUST (Mauritius Island Summer Time) to the list of known abbreviations.
Mauritius began using DST in the summer 2008-2009; the Olson library has been
updated already.
Xavier Bugaud
-rw-r--r-- | src/timezone/tznames/Default | 4 | ||||
-rw-r--r-- | src/timezone/tznames/Indian.txt | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/timezone/tznames/Default b/src/timezone/tznames/Default index f8068c62589..390322f5db0 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.4.2.1 2008/03/02 00:10:28 tgl Exp $ +# $PostgreSQL: pgsql/src/timezone/tznames/Default,v 1.4.2.2 2009/03/05 14:28:04 heikki Exp $ #################### AFRICA #################### @@ -638,6 +638,8 @@ IOT 21600 # British Indian Ocean Territory (Chagos) (there was a timezone # (Indian/Chagos) MUT 14400 # Mauritius Island Time # (Indian/Mauritius) +MUST 18000 D # Mauritius Island Summer Time + # (Indian/Mauritius) MVT 18000 # Maldives Island Time # (Indian/Maldives) RET 14400 # Reunion Time diff --git a/src/timezone/tznames/Indian.txt b/src/timezone/tznames/Indian.txt index f2a5dd37d73..9514ebabc5d 100644 --- a/src/timezone/tznames/Indian.txt +++ b/src/timezone/tznames/Indian.txt @@ -4,7 +4,7 @@ # a template for timezones you could need. See the `Date/Time Support' # appendix in the PostgreSQL documentation for more information. # -# $PostgreSQL: pgsql/src/timezone/tznames/Indian.txt,v 1.2 2006/07/25 13:49:21 tgl Exp $ +# $PostgreSQL: pgsql/src/timezone/tznames/Indian.txt,v 1.2.4.1 2009/03/05 14:28:04 heikki Exp $ # CCT 23400 # Cocos Islands Time (Indian Ocean) @@ -27,6 +27,8 @@ IOT 21600 # British Indian Ocean Territory (Chagos) (there was a timezone # (Indian/Chagos) MUT 14400 # Mauritius Island Time # (Indian/Mauritius) +MUST 18000 D # Mauritius Island Summer Time + # (Indian/Mauritius) MVT 18000 # Maldives Island Time # (Indian/Maldives) RET 14400 # Reunion Time |