Re: Datetime as a time_t? - Mailing list pgsql-sql

From Michael Fork
Subject Re: Datetime as a time_t?
Date
Msg-id Pine.BSI.4.21.0004061546050.26917-100000@glass.toledolink.com
Whole thread Raw
In response to Datetime as a time_t?  (Ryan Bradetich <ryan_bradetich@hp.com>)
List pgsql-sql
I have done the following to return a datetime field in unix form:

select datepart('epoch', datetime) from table;

Michael Fork - CCNA - MCP - A+
Network Support - Toledo Internet Access - Toledo Ohio

On Thu, 6 Apr 2000, Ryan Bradetich wrote:

> Hello,
> 
> Does anyone know how to extract a datetime field as a time_t?
> My understanding is that PostgreSQL stores dates internally
> as a time_t, but I have not figured out how to extract them in
> that format.
> 
> I have looked at the casting, and the set datestyles so far.
> Any ideas?
> 
> Thanks,
> 
> -Ryan
> 
> P.S. I am using PostgreSQL 6.5.3
> 
> 



pgsql-sql by date:

Previous
From: Frank Bax
Date:
Subject: update only if single row
Next
From: "tjk@tksoft.com"
Date:
Subject: Re: update only if single row