Обсуждение: Asia/kolkatta timezone
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.
Thx,
prasanth
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments contained in it.
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