More Time Zone fun

From: Naz Gassiep <naz(at)mira(dot)net>
To: 'PostgreSQL' <pgsql-general(at)postgresql(dot)org>
Subject: More Time Zone fun
Date: 2007-08-17 17:23:05
Message-ID: 46C5D979.1080301@mira.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm making (slow) progress in my timezone system, and I just noticed
this little behavioral nugget, which surely is a bug. In the system view
pg_timezone_names is a few timezones that use leap seconds. An example
which I tested is Asia/Riyadh87. When I attempt to SET TIME ZONE using
this timezone, I get this:

ERROR: time zone "Asia/Riyadh87" appears to use leap seconds DETAIL:
PostgreSQL does not support leap seconds.

Surely it's a bug to have timezones in the list that result in errors
being thrown? Also, is there a reason that PostgreSQL does not support
leap seconds?
Regards,
- Naz

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John DeSoi 2007-08-17 17:34:12 Re: Non-superuser creating a flat file
Previous Message Scott Marlowe 2007-08-17 17:17:58 Re: Enterprise Wide Deployment