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';