projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13f9657
)
Add MUST (Mauritius Island Summer Time) to the list of known abbreviations.
author
Heikki Linnakangas
<
[email protected]
>
Thu, 5 Mar 2009 14:28:52 +0000
(14:28 +0000)
committer
Heikki 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
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/adt/datetime.c
b/src/backend/utils/adt/datetime.c
index 76040129f1a6e9989a0fb3d4d4968489331866a2..19d75b973568e2909c0ec861195c6a23ca021ae0 100644
(file)
--- a/
src/backend/utils/adt/datetime.c
+++ b/
src/backend/utils/adt/datetime.c
@@
-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 */