Add MUST (Mauritius Island Summer Time) to the list of known abbreviations.
authorHeikki Linnakangas <[email protected]>
Thu, 5 Mar 2009 14:28:52 +0000 (14:28 +0000)
committerHeikki Linnakangas <[email protected]>
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 76040129f1a6e9989a0fb3d4d4968489331866a2..19d75b973568e2909c0ec861195c6a23ca021ae0 100644 (file)
@@ -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 */