]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Add MUST (Mauritius Island Summer Time) to the list of known abbreviations.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 5 Mar 2009 14:28:52 +0000 (14:28 +0000)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 5 Mar 2009 14:28:52 +0000 (14:28 +0000)
Mauritius began using DST in the summer 2008-2009; the Olson library has been
updated already.

Xavier Bugaud

src/backend/utils/adt/datetime.c

index e080534ab4d5b243a0552568bfc8230266ff942f..98c576ec5493473790c81763e5b3cd63edc3af36 100644 (file)
@@ -8,7 +8,7 @@
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/datetime.c,v 1.160.2.7 2008/10/02 13:47:56 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/datetime.c,v 1.160.2.8 2009/03/05 14:28:52 heikki Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -340,6 +340,7 @@ static datetkn datetktbl[] = {
        {"msk", TZ, POS(12)},           /* Moscow Time */
        {"mst", TZ, NEG(28)},           /* Mountain Standard Time */
        {"mt", TZ, POS(34)},            /* Moluccas Time */
+       {"must", DTZ, POS(20)},         /* Mauritius Island Summer Time */
        {"mut", TZ, POS(16)},           /* Mauritius Island Time */
        {"mvt", TZ, POS(20)},           /* Maldives Island Time */
        {"myt", TZ, POS(32)},           /* Malaysia Time */