Re: Unix time stamp function? - Mailing list pgsql-general

From jdassen@cistron.nl (J.H.M. Dassen (Ray))
Subject Re: Unix time stamp function?
Date
Msg-id slrn9ieqnd.psa.jdassen@odin.cistron-office.nl
Whole thread Raw
In response to Unix time stamp function?  (Steve Micallef <stevenm@ot.com.au>)
List pgsql-general
Steve Micallef <stevenm@ot.com.au> wrote:
> I store Unix time stamps (seconds since Jan 1 1970) in my database. I was
> hoping there was an SQL/PostgreSQL function for converting a unix time
> stamp into a readable date/time string?

You can  use something like
    to_char(timestamp(foo), 'DD-MM-YYYY HH24:MI:SS')

HTH,
Ray
--
USDoJ/Judge Jackson: "Microsoft has performed an illegal operation and will
be shut down."
    James Turinsky in alt.sysadmin.recovery

pgsql-general by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: Re: very big problem with NULL
Next
From: Tom Lane
Date:
Subject: Re: Re: very big problem with NULL