Re: epoch to date

From: Achilleus Mantzios <achill(at)matrix(dot)gatewaynet(dot)com>
To: Roberto Mello <rmello(at)cc(dot)usu(dot)edu>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: epoch to date
Date: 2002-10-03 15:42:51
Message-ID: Pine.LNX.4.44.0210031841420.23921-100000@matrix.gatewaynet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)matrix(dot)gatewaynet(dot)com
mantzios(at)softlab(dot)ece(dot)ntua(dot)gr

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Shridhar Daithankar 2002-10-03 15:50:16 Re: Large databases, performance
Previous Message Achilleus Mantzios 2002-10-03 15:28:35 Re: Formatting current_time output