Re: [HACKERS] Patch for the MUST time zone (Mauritius Summer Time)

2009-03-04 Thread Xavier Bugaud
On Thursday 05 March 2009 12:31:17 Heikki Linnakangas wrote: > Xavier Bugaud wrote: > > This trivial patch allows PostgreSQL to understand the MUST (Mauritius > > Summer Time) time zone that is in used since 2008-11. > > > > ... > > > > *** src/timezone/tzn

[HACKERS] Patch for the MUST time zone (Mauritius Summer Time)

2009-03-04 Thread Xavier Bugaud
Hi, This trivial patch allows PostgreSQL to understand the MUST (Mauritius Summer Time) time zone that is in used since 2008-11. Before the patch : # SELECT '2009-03-15 14:54:15 MUST'::timestamp; ERROR: invalid input syntax for type timestamp: "2009-03-15 14:54:15 MUST" After the patch : # SEL