Re: Datetime problem - Mailing list pgsql-sql

From Stef
Subject Re: Datetime problem
Date
Msg-id 20040614163101.5ddd23d3@svb.ucs.co.za
Whole thread Raw
In response to Datetime problem  ("Eric Lemes" <eric.lemes@zanthus.com.br>)
List pgsql-sql
Hello Eric,

Are you looking for something like :
select to_char(timestamp 'now','YYYY MM DD HH MI SS');
or the values in your example below :
select to_char(timestamp '20041010 00:00:00','YYYY MM DD HH MI SS');

Eric Lemes mentioned :
=> 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
=>
=> 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
=>

pgsql-sql by date:

Previous
From: Achilleus Mantzios
Date:
Subject: Re: Datetime problem
Next
From: Tom Lane
Date:
Subject: Re: Datetime problem