Re: Datetime problem
От | Achilleus Mantzios |
---|---|
Тема | Re: Datetime problem |
Дата | |
Msg-id | Pine.LNX.4.44.0406141634190.29656-100000@matrix.gatewaynet.com обсуждение исходный текст |
Ответ на | Datetime problem ("Eric Lemes" <eric.lemes@zanthus.com.br>) |
Список | 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 по дате отправления: