BUG #6340: to_timestamp() miscalculates

From: hfuxelius(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #6340: to_timestamp() miscalculates
Date: 2011-12-15 15:51:46
Message-ID: E1RbDb0-00045g-50@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 6340
Logged by: Hans-Henrik Fuxelius
Email address: hfuxelius(at)gmail(dot)com
PostgreSQL version: 9.1.1
Operating system: Ubuntu 11.10
Description:

test to run: select to_timestamp('2011,03,27,02,11,11',
'YYYY,MM,DD,HH24,MI,SS')

and the run: select to_timestamp('2011,03,27,03,11,11',
'YYYY,MM,DD,HH24,MI,SS')

It miscalculates 02 hour to 03 hour by some reason

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2011-12-15 16:16:35 Re: BUG #6340: to_timestamp() miscalculates
Previous Message pratikchirania 2011-12-15 15:48:24 Re: BUG #5578: postrgesql database crash