Re: Retrieve the server's time zone

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Retrieve the server's time zone
Date: 2017-11-21 12:44:34
Message-ID: ov173b$u34$1@blaine.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Vladimir Sitnikov schrieb am 21.11.2017 um 12:52:
> Could you please clarify what is the case of "receiving server-side time zone"?
>
> For instance: do you need PostgreSQL time zone or OS time zone?

I need a timestamp in the server's time zone. Or at leas the time zone of
the OS. The one that is configured for Postgres on the server would do as
well (in my case that is the server's OS time zone)

E.g.

select localtimestamp

will return the server's local time converted to the *client's* time zone in JDBC.

In psql however, it does return the timestamp as "seen" by the server.

I could live with getting the server's OS time zone through "show timezone"
because then I could convert current_timestamp back to that time zone.

Thomas

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Vladimir Sitnikov 2017-11-21 14:29:52 Re: Retrieve the server's time zone
Previous Message Vladimir Sitnikov 2017-11-21 11:52:45 Re: Retrieve the server's time zone