From owner-freebsd-questions@FreeBSD.ORG Mon Aug 11 11:25:53 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 742A037B401 for ; Mon, 11 Aug 2003 11:25:53 -0700 (PDT) Received: from webserver.get-linux.org (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id C839243FA3 for ; Mon, 11 Aug 2003 11:25:52 -0700 (PDT) (envelope-from root@webserver.get-linux.org) Received: (qmail 26560 invoked by uid 0); 11 Aug 2003 18:26:13 -0000 Date: Mon, 11 Aug 2003 11:26:13 -0700 From: Joshua Oreman To: Dragoncrest Message-ID: <20030811182613.GA26550@webserver> References: <200308111744.h7BHiENu036503@mail0.mx.voyager.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200308111744.h7BHiENu036503@mail0.mx.voyager.net> User-Agent: Mutt/1.4.1i cc: questions@freebsd.org Subject: Re: Changing Timezones X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2003 18:25:53 -0000 On Mon, Aug 11, 2003 at 01:03:49PM -0400 or thereabouts, Dragoncrest wrote: > Ok, it seems I've found my problem for why my cron jobs are running 4 > hours early. But I'm unsure how to fix this. Does anyone know the > command I need to run to set my timezone back to GMT, or what file do I > need to remove so that it thinks that it's running on GMT again?? rm /etc/localtime will switch back to GMT. To change your timezone, make a symlink from /etc/localtime to /usr/share/zoneinfo//. -- Josh > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"