Re: epoch to timestamp

Поиск
Список
Период
Сортировка
От Larry Rosenman
Тема Re: epoch to timestamp
Дата
Msg-id 114710000.1052755333@lerlaptop.iadfw.net
обсуждение исходный текст
Ответ на Re: epoch to timestamp  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: epoch to timestamp
Список pgsql-sql

--On Monday, May 12, 2003 09:00:11 -0700 Josh Berkus <josh@agliodbs.com> 
wrote:

> Larry,
>
>> I actually have just seconds (from my LD carrier), and want to store it
>> in hours/minutes/seconds.
>
> If you store it as an interval, you will end up with:
>
> staffos=# select '12742329 seconds'::INTERVAL;
>      interval
> -------------------
>  147 days 11:32:09
>
> In fact, you can't avoid interval conversion to days, hours, minutes.
Yeah, I remembered that after I hit send (so, what else is new?  /me 
looking like
a dummy :-) )



-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 972-414-9812                 E-Mail: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749



В списке pgsql-sql по дате отправления:

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: epoch to timestamp
Следующее
От: Chris Linstruth
Дата:
Сообщение: Re: epoch to timestamp