How to get correct local time - Mailing list pgsql-general

From Andrus
Subject How to get correct local time
Date
Msg-id 49EECE30EBB14603AA9799B439528F7E@dell2
Whole thread Raw
In response to Re: How to drop user if objects depend on it  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
    select current_time at time zone 'GMT-2'

returns

"11:54:40.22045+02"

but correct local time in Windows is one hour different:

12:54

How to get correct local time ?


Using

"PostgreSQL 9.6.0, compiled by Visual C++ build 1800, 32-bit"

with  standard postgresql.conf file in Windows 10
Same issue occurs also in ealier Postgres and in earlier windows.

Server time in Windows is correct.

Daylight saving time was changed by one hour a week ago.
Maybe postgres didnt recognized it.

Posted also in

http://stackoverflow.com/questions/43090328/how-to-return-correct-local-time-in-postgres

Andrus.



pgsql-general by date:

Previous
From: Karsten Hilbert
Date:
Subject: Re: Postgres Permissions Article
Next
From: Vitaly Burovoy
Date:
Subject: Re: How to get correct local time