Re: Datetime problem - Mailing list pgsql-sql

From Achilleus Mantzios
Subject Re: Datetime problem
Date
Msg-id Pine.LNX.4.44.0406141634190.29656-100000@matrix.gatewaynet.com
Whole thread Raw
In response to Datetime problem  ("Eric Lemes" <eric.lemes@zanthus.com.br>)
List pgsql-sql
O kyrios Eric Lemes egrapse stis Jun 14, 2004 :

> Hello there,
> 
> I'm with a little trouble with postgresql and date/time conversions:
> 
> - select to_timestamp('2004 10 10 00 00 00', 'YYYY MM DD HH MI SS')
> 
> the output is:
> 
> - 2004-10-09 23:00:00-03

Just do select to_timestamp('2004 10 10 00 00 00', 'YYYY MM DD HH MI 
SS')::timestamp
to get rid off timezone info.

> 
> Anybody can help me?
> 
> 
> []'s
> 
> Eric Lemes de Godoy Cintra
> Analista de Sistemas Lνder
> Zanthus Sistemas e Equip. Automaηγo S/A
> Desenvolvimento de Software
> 
> 
> 
> eric.lemes@zanthus.com.br
> Fone: 55(11) 3750-7077
> 
> 
> 
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.693 / Virus Database: 454 - Release Date: 31/5/2004
> 

-- 
-Achilleus



pgsql-sql by date:

Previous
From: "Eric Lemes"
Date:
Subject: Datetime problem
Next
From: Stef
Date:
Subject: Re: Datetime problem