From: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
---|---|
To: | Kevin Kempter <kevink(at)consistentstate(dot)com> |
Cc: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: convert epoch to date |
Date: | 2009-08-30 20:36:45 |
Message-ID: | 162867790908301336y490978a2u823b70e1e8fcf379@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hello
2009/8/30 Kevin Kempter <kevink(at)consistentstate(dot)com>:
> Hi all;
>
> I know how to convert a date to an epoch:
>
> select extract ('epoch' from timestamp '2009-08-12')
>
postgres=# select extract ('epoch' from timestamp '2009-08-12');
date_part
------------
1250028000
(1 row)
Time: 0,734 ms
postgres=# select to_timestamp(1250028000);
to_timestamp
------------------------
2009-08-12 00:00:00+02
(1 row)
regards
Pavel Stehule
>
> How do I do the opposite, I want to convert epoch values to a date
>
>
> Thanks in advance
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>
From | Date | Subject | |
---|---|---|---|
Next Message | Jorge Godoy | 2009-08-30 22:33:52 | Using WITH queries on VIEWs |
Previous Message | Adrian Klaver | 2009-08-30 19:43:17 | Re: Problem libpython2.3.so.1.0 |