Re: Inconsistent 'at time zone' conversion

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Umut TEKİN <umuttechin(at)gmail(dot)com>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: Inconsistent 'at time zone' conversion
Date: 2023-02-19 23:49:47
Message-ID: 3449861.1676850587@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

=?UTF-8?Q?Umut_TEK=C4=B0N?= <umuttechin(at)gmail(dot)com> writes:
> I think I found a bug about time zones.

You're just confused about the signs of timezone offsets.
"UTC-7" is read as POSIX notation so that it means 7 hours
east of Greenwich, not west where Denver is. See

https://www.postgresql.org/docs/current/datetime-posix-timezone-specs.html

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Kyotaro Horiguchi 2023-02-20 02:00:50 Re: Create user mapping without password
Previous Message David G. Johnston 2023-02-19 23:46:03 Re: Inconsistent 'at time zone' conversion