Re: Regarding timezone - Mailing list pgsql-general

From Tom Lane
Subject Re: Regarding timezone
Date
Msg-id 4192.1410362010@sss.pgh.pa.us
Whole thread Raw
In response to Regarding timezone  (Dev Kumkar <devdas.kumkar@gmail.com>)
Responses Re: Regarding timezone  (Dev Kumkar <devdas.kumkar@gmail.com>)
List pgsql-general
Dev Kumkar <devdas.kumkar@gmail.com> writes:
> I want to change the timezone to Europe/Moscow. Moscow timezone is changing
> from +4 to +3

You'd want to get a new version of the IANA timezone database files for
that.  Depending on what packaging you're using, this might be an
operating-system update not a Postgres update.  If you are relying
on the Postgres copies, you'd have to update src/timezone/data/ and
then do a "make install" in src/timezone.

            regards, tom lane


pgsql-general by date:

Previous
From: Dev Kumkar
Date:
Subject: Regarding timezone
Next
From: "Joshua D. Drake"
Date:
Subject: Re: CREATE SYNONYM in PostgreSQL