Re: ERROR: unrecognized time zone name: "UTC"

From: Brad Ediger <brad(at)bradediger(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: ERROR: unrecognized time zone name: "UTC"
Date: 2010-05-19 02:11:35
Message-ID: AANLkTikJJJ5TCfnqESzR0KqNCbJJ3MNvZcuqZybK3Now@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, May 18, 2010 at 8:15 PM, Brad Ediger <brad(at)bradediger(dot)com> wrote:
> I am experiencing this error trying to set the connection time zone to
> UTC on PostgreSQL 8.4.4:
>
>    postgres=# set time zone 'UTC';
>    ERROR:  unrecognized time zone name: "UTC"

Answered my own question -- it was my Prefix Portage install missing
the zoneinfo database ($EPREFIX/usr/share/zoneinfo/UTC). Working great
now.

-be

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joshua Tolley 2010-05-19 02:34:26 Re: Connection lost
Previous Message Dennis Gearon 2010-05-19 01:45:29 Re: use of IN() with literals