Re: Time Zone Names Problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Curt Sampson <cjs(at)cynic(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Time Zone Names Problem
Date: 2005-02-21 03:29:22
Message-ID: 20840.1108956562@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Curt Sampson <cjs(at)cynic(dot)net> writes:
> I'm running PostgreSQL 8.0.1 from the NetBSD pkgsrc package. I'm getting some
> odd behavior with time zone names:

> SET timezone TO 'EST';
> psql:z.sql:2: ERROR: unrecognized time zone name: "EST"
> SET timezone TO 'Asia/Tokyo';
> psql:z.sql:3: ERROR: unrecognized time zone name: "Asia/Tokyo"
> SET timezone TO 'US/Eastern';
> psql:z.sql:4: ERROR: unrecognized time zone name: "US/Eastern"

Hmm, all of those should work (and do work here). Are the corresponding
files present in the appropriate installation directory? Look under
.../share/postgresql/timezone/

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2005-02-21 03:50:35 Re: Fwd: Apple Darwin disabled fsync?
Previous Message Tom Lane 2005-02-21 03:23:18 Re: postgres crashing on a seemingly good query