Re: to_timestamp busted? - Mailing list pgsql-general

From Karel Zak
Subject Re: to_timestamp busted?
Date
Msg-id 20010625102510.A16959@ara.zf.jcu.cz
Whole thread Raw
In response to to_timestamp busted?  ("Eliel Mamousette" <eliel@panix.com>)
Responses RE: to_timestamp busted?  ("Eliel Mamousette" <eliel@panix.com>)
List pgsql-general
On Mon, Jun 25, 2001 at 02:03:55AM -0400, Eliel Mamousette wrote:

> SELECT to_timestamp(log_date || ' ' ||  log_time,
>         'YYYY-MM-DD HH24:MM:SS'),
                                 ^^
    MM = month number
    MI = minutes

test=# select to_timestamp('2001-06-20 00:05:54', 'YYYY-MM-DD HH24:MI:SS');
      to_timestamp
------------------------
 2001-06-20 00:05:54+02
(1 row)

                Karel


--
 Karel Zak  <zakkr@zf.jcu.cz>
 http://home.zf.jcu.cz/~zakkr/

 C, PostgreSQL, PHP, WWW, http://docs.linux.cz, http://mape.jcu.cz

pgsql-general by date:

Previous
From: "Eliel Mamousette"
Date:
Subject: to_timestamp busted?
Next
From: "Eric G. Miller"
Date:
Subject: Re: to_timestamp busted?