Re: epoch to date - Mailing list pgsql-sql

From Achilleus Mantzios
Subject Re: epoch to date
Date
Msg-id Pine.LNX.4.44.0210031841420.23921-100000@matrix.gatewaynet.com
Whole thread Raw
In response to epoch to date  (Roberto Mello <rmello@cc.usu.edu>)
List pgsql-sql
On Thu, 3 Oct 2002, Roberto Mello wrote:

> Hi all,
>
> Maybe I missed something obvious, but is there a built-in function to
> convert epoch to date? I couldn't find it in the documentation for extract
> and friends.

well to compute epoch timestamp

# SELECT (now() -(extract(epoch from now())::int4)/86400)::datetime ;

if thats what you asked :)
>
> Thanks,
>
> -Roberto
>
> --
> +----|        Roberto Mello   -    http://www.brasileiro.net/  |------+
> +       Computer Science Graduate Student, Utah State University      +
> +       USU Free Software & GNU/Linux Club - http://fslc.usu.edu/     +
> All in all, you're just another brick on the wall...
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

==================================================================
Achilleus Mantzios
S/W Engineer
IT dept
Dynacom Tankers Mngmt
Nikis 4, Glyfada
Athens 16610
Greece
tel:    +30-10-8981112
fax:    +30-10-8981877
email:  achill@matrix.gatewaynet.com       mantzios@softlab.ece.ntua.gr



pgsql-sql by date:

Previous
From: Karel Zak
Date:
Subject: Re: Formatting current_time output
Next
From: "Marie G. Tuite"
Date:
Subject: drop constraint primary key