From: Heikki Linnakangas Date: Thu, 5 Mar 2009 14:29:26 +0000 (+0000) Subject: Add MUST (Mauritius Island Summer Time) to the list of known abbreviations. X-Git-Tag: REL7_4_25~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb5a81b54681a9717880b3c45408a80a834eafa1;p=postgresql 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 --- diff --git a/src/backend/utils/adt/datetime.c b/src/backend/utils/adt/datetime.c index 14897cd7b7..c2a8a46b30 100644 --- a/src/backend/utils/adt/datetime.c +++ b/src/backend/utils/adt/datetime.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.118.2.10 2008/10/02 13:48:12 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.118.2.11 2009/03/05 14:29:26 heikki Exp $ * *------------------------------------------------------------------------- */ @@ -334,6 +334,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 */