Re: setting local time without restarting server

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Anony Mous <A(dot)Mous(at)shaw(dot)ca>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: setting local time without restarting server
Date: 2004-05-13 20:07:13
Message-ID: 20040513200713.GA24229@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, May 13, 2004 at 12:56:48 -0600,
Anony Mous <A(dot)Mous(at)shaw(dot)ca> wrote:
> Hi,
>
> Is there a function that would allow me to set the local time while the
> server is running? I can't seem to find anything on this...

You probably want to set the timezone, not the local time.
You can do that with something like:
SET TIMEZONE='EST5EDT';

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Anony Mous 2004-05-13 20:08:01 Re: setting local time without restarting server
Previous Message Anony Mous 2004-05-13 18:56:48 setting local time without restarting server