Re: different result between 8.3 and 8.5 (to_timestamp function)

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: different result between 8.3 and 8.5 (to_timestamp function)
Date: 2009-11-16 15:33:55
Message-ID: 162867790911160733yca15fd9o2dc21bdf88b0f3fa@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2009/11/16 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>:
> Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> writes:
>> It looks like to_timestamp returns some strange timezone value
>
> What timezone setting are you using?  I'd bet a great deal that
> +00:57:44 is what the Olsen database shows as the LMT offset for
> your zone before standardized timezones were adopted.
>

postgres=# select current_timestamp;
now
───────────────────────────────
2009-11-16 16:32:33.225416+01
(1 row)

I am using CET.

Pavel

>                        regards, tom lane
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-11-16 15:43:58 Re: different result between 8.3 and 8.5 (to_timestamp function)
Previous Message Tom Lane 2009-11-16 15:29:40 Re: different result between 8.3 and 8.5 (to_timestamp function)