Date: Mon, 11 Aug 2003 11:26:13 -0700 From: Joshua Oreman <oremanj@get-linux.org> To: Dragoncrest <dragoncrest@voyager.net> Cc: questions@freebsd.org Subject: Re: Changing Timezones Message-ID: <20030811182613.GA26550@webserver> In-Reply-To: <200308111744.h7BHiENu036503@mail0.mx.voyager.net> References: <200308111744.h7BHiENu036503@mail0.mx.voyager.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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/<Region>/<City in TZ>. -- 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030811182613.GA26550>