[GENERAL] Retrieve the server's time zone - Mailing list pgsql-general

From Thomas Kellerer
Subject [GENERAL] Retrieve the server's time zone
Date
Msg-id oueeno$619$1@blaine.gmane.org
Whole thread Raw
Responses Re: [GENERAL] Retrieve the server's time zone
List pgsql-general
Hello,

is there any way (short of writing a function in an untrusted PL) to determine the actual time zone (or time) of the
serverOS? 
 

"show timezone" always returns the client's time zone. 

localtimestamp also converts the server's time to the client time zone (the one defined by "timezone")

log_timezone is also unreliable as it can be changed to anything.

I am looking for something along the lines of: "show server_timezone" or "select current_timestamp at time zone
server_timezone"
 

Is that possible? 




-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

pgsql-general by date:

Previous
From: Eric D
Date:
Subject: Re: [GENERAL] archive_command not being executed
Next
From: Durumdara
Date:
Subject: [GENERAL] Connection loosing at some places - caused by firewall