Re: Regarding timezone

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dev Kumkar <devdas(dot)kumkar(at)gmail(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Regarding timezone
Date: 2014-09-10 15:13:30
Message-ID: 4192.1410362010@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dev Kumkar <devdas(dot)kumkar(at)gmail(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2014-09-10 15:29:19 Re: CREATE SYNONYM in PostgreSQL
Previous Message Dev Kumkar 2014-09-10 14:50:00 Regarding timezone