| From: | Dave Cramer <davecramer(at)postgres(dot)rocks> |
|---|---|
| To: | Leonid Vygovskiy <Leonid(dot)Vygovskiy(at)gmail(dot)com> |
| Cc: | pgsql-jdbc(at)lists(dot)postgresql(dot)org |
| Subject: | Re: Startup parameters timezone conversion |
| Date: | 2022-01-19 14:01:05 |
| Message-ID: | CADK3HH+u1v+4rqCWrxEZAmUD5iNLK47x2iVmGeCJ0P4FhZ2G8Q@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-jdbc |
I have to admit to being unable to explain this as well.
Dave Cramer
www.postgres.rocks
On Wed, 19 Jan 2022 at 08:22, Leonid Vygovskiy <Leonid(dot)Vygovskiy(at)gmail(dot)com>
wrote:
> Hi all!
>
> I study how to work with the timezone in JDBC driver and found the code
> which I don't understand.
> This is implementation of the method
> ConnectionFactoryImpl.createPostgresTimeZone() which has the comment:"
> Convert Java time zone to postgres time zone. All others stay the same
> except that GMT+n changes to GMT-nn and vise versa."
>
> I'm confused with that changing. Can anybody talk about the reasons and
> motives of this behavior?
>
> BR, Leonid Vygovskiy
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thomas Kellerer | 2022-01-19 14:41:55 | Re: Startup parameters timezone conversion |
| Previous Message | Leonid Vygovskiy | 2022-01-19 12:11:34 | Startup parameters timezone conversion |