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

2009-03-05 Thread Heikki Linnakangas
Xavier Bugaud wrote: 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/tznames/Default1 May 2008 20:05:08 -

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/tznames/Default1 May 2008 20:05:08 -0

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

2009-03-04 Thread Heikki Linnakangas
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/tznames/Default1 May 2008 20:05:08 - 1.6 --- src/timezone/tznames/Default5 Mar 2009 07:03:19 - **

[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