Re: [SQL] to_timestamp, problem

2000-12-15 Thread Karel Zak
On Fri, 15 Dec 2000, Marcin Mazurek wrote: > Hi, > Can anyone explain to me why this doesn't work. Seems to be some stupid (my) > mistake: > > mtldb=# SELECT to_timestamp('05121445482000', 'MMDDHHMISS'); > to_timestamp > > 2000-05-12 14:45:48+02 > (1 row) >

[SQL] to_timestamp, problem

2000-12-15 Thread Marcin Mazurek
Hi, Can anyone explain to me why this doesn't work. Seems to be some stupid (my) mistake: mtldb=# SELECT to_timestamp('05121445482000', 'MMDDHHMISS'); to_timestamp 2000-05-12 14:45:48+02 (1 row) mtldb=# SELECT to_timestamp('2512144548', 'MMDDHHMISS')