working with unix timestamp

Поиск
Список
Период
Сортировка
От Gary Stainburn
Тема working with unix timestamp
Дата
Msg-id 200403161654.18049.gary.stainburn@ringways.co.uk
обсуждение исходный текст
Ответы Re: working with unix timestamp  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: working with unix timestamp  (Frank Finner <postgresql@finner.de>)
Список pgsql-sql
Hi folks.

I've got a last_updated field on my stock records of type timestamp.

This last_updated field I get using the perl code:

my $timestamp=(stat "$localcsv/VehicleStock.$data_suffix")[10];

How can I insert the  integer timestamp in $timestamp into my table?
-- 
Gary Stainburn
This email does not contain private or confidential material as it
may be snooped on by interested government parties for unknown
and undisclosed purposes - Regulation of Investigatory Powers Act, 2000     



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

Предыдущее
От: "Luis P Caamano"
Дата:
Сообщение: Re: Can statement_timeout emulated NOWAIT?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: working with unix timestamp