Thread: Asia/kolkatta timezone

Asia/kolkatta timezone

From
Prasath Rajan
Date:
<div class="Section1"><p class="MsoNormal">Hi,<p class="MsoNormal">I am running postgres in ubuntu, <p
class="MsoNormal"> <pclass="MsoNormal">When I run below query,<p class="MsoNormal"> <p class="MsoNormal">     SELECT *
FROMPG_TIMEZONE_NAMES<p class="MsoNormal"> <p class="MsoNormal">  IST “Asia/Kolkata” is not there. <p
class="MsoNormal"> <pclass="MsoNormal">How to get my timezone.<p class="MsoNormal"> <p class="MsoNormal">Thx,<p
class="MsoNormal">prasanth</div><fontface="monospace"><br /> The information contained in this electronic message and
anyattachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary,
confidentialor privileged information. If you are not the intended recipient, you should not disseminate, distribute or
copythis e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments
containedin it.</font> 

Re: Asia/kolkatta timezone

From
"A.M."
Date:
On Apr 15, 2011, at 3:14 AM, Prasath Rajan wrote:

> Hi,
> I am running postgres in ubuntu,
>
> When I run below query,
>
>     SELECT * FROM PG_TIMEZONE_NAMES
>
>  IST "Asia/Kolkata" is not there.
>
> How to get my timezone.


This isn't really a pgadmin question, but the answer is that the timezone database uses the pre-2001 spelling:
Asia/Calcutta                    | IST    | 05:30:00   | f


Cheers,
M