1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-12 15:23:02 +03:00

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
This commit is contained in:
Heikki Linnakangas
2009-03-05 14:29:12 +00:00
parent 3694e3ed17
commit feee205a3c

View File

@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/adt/datetime.c,v 1.137.4.7 2008/10/02 13:48:03 tgl Exp $
* $PostgreSQL: pgsql/src/backend/utils/adt/datetime.c,v 1.137.4.8 2009/03/05 14:29:12 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 */