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:
@@ -8,7 +8,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* 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 */
|
{"msk", TZ, POS(12)}, /* Moscow Time */
|
||||||
{"mst", TZ, NEG(28)}, /* Mountain Standard Time */
|
{"mst", TZ, NEG(28)}, /* Mountain Standard Time */
|
||||||
{"mt", TZ, POS(34)}, /* Moluccas Time */
|
{"mt", TZ, POS(34)}, /* Moluccas Time */
|
||||||
|
{"must", DTZ, POS(20)}, /* Mauritius Island Summer Time */
|
||||||
{"mut", TZ, POS(16)}, /* Mauritius Island Time */
|
{"mut", TZ, POS(16)}, /* Mauritius Island Time */
|
||||||
{"mvt", TZ, POS(20)}, /* Maldives Island Time */
|
{"mvt", TZ, POS(20)}, /* Maldives Island Time */
|
||||||
{"myt", TZ, POS(32)}, /* Malaysia Time */
|
{"myt", TZ, POS(32)}, /* Malaysia Time */
|
||||||
|
Reference in New Issue
Block a user