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
> 
> 
> 
> [EMAIL PROTECTED]
> 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


---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to