working with unix timestamp - Mailing list pgsql-sql

From Gary Stainburn
Subject working with unix timestamp
Date
Msg-id 200403161654.18049.gary.stainburn@ringways.co.uk
Whole thread Raw
Responses Re: working with unix timestamp  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: working with unix timestamp  (Frank Finner <postgresql@finner.de>)
List 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 by date:

Previous
From: "Luis P Caamano"
Date:
Subject: Re: Can statement_timeout emulated NOWAIT?
Next
From: Tom Lane
Date:
Subject: Re: working with unix timestamp