Re: Time Zone in Postgres

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Shilpa Sudhakar <ssudhakar(at)internode(dot)com(dot)au>
Cc: cat(at)zip(dot)com(dot)au, pgsql-admin(at)postgresql(dot)org
Subject: Re: Time Zone in Postgres
Date: 2008-03-07 00:54:29
Message-ID: 27825.1204851269@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Shilpa Sudhakar <ssudhakar(at)internode(dot)com(dot)au> writes:
> 1) Checked the *postgresql.conf file* and the *timezone *parameter is
> set as "*unknown*".

What does SHOW TIMEZONE report? Given the above, Postgres will try to
deduce what zone your operating system is using, but that doesn't always
work perfectly (especially if PG's timezone database isn't quite in sync
with the system's). If it guessed wrong, you might have to explicitly
set the appropriate zone in postgresql.conf. You weren't very clear
about where you live, so I don't know which of the numerous
Australia/wherever zones you should use...

> */local/pkgsrc/databases/postgresql80-pgcrypto/work/postgresql-8.0.9/src/timezone/data
> $ grep 2008 australasia*

> No results

Well, no. 8.0.9 was released on 2006-10-16, many months before that
change in DST laws was passed. You need a newer set of zoneinfo files.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Shilpa Sudhakar 2008-03-07 00:59:53 Re: Time Zone in Postgres
Previous Message Shilpa Sudhakar 2008-03-07 00:45:41 Re: Time Zone in Postgres