From owner-freebsd-questions@FreeBSD.ORG Mon Aug 11 11:32:43 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 54F6D37B40A for ; Mon, 11 Aug 2003 11:32:43 -0700 (PDT) Received: from out8.mx.nwbl.wi.voyager.net (out8.mx.nwbl.wi.voyager.net [169.207.3.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABC9143FA3 for ; Mon, 11 Aug 2003 11:32:42 -0700 (PDT) (envelope-from dragoncrest@voyager.net) Received: from mail4.mx.voyager.net (mail4.mx.voyager.net [216.93.66.203]) by out8.mx.nwbl.wi.voyager.net (Postfix) with ESMTP id EF13D3C085; Mon, 11 Aug 2003 13:32:41 -0500 (CDT) Received: from localhost.localdomain (nm1.mx.lnng.mi.voyager.net [216.93.38.227]) by mail4.mx.voyager.net (8.12.9/8.10.2) with ESMTP id h7BIWa2e090228; Mon, 11 Aug 2003 14:32:37 -0400 (EDT) Message-Id: <200308111832.h7BIWa2e090228@mail4.mx.voyager.net> From: "Dragoncrest" To: Joshua Oreman X-Mailer: CoreCommMail X-IPAddress: 209.153.128.248 Date: Mon, 11 Aug 2003 13:52:11 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 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:32:43 -0000 Thank you! I knew it was something increadibly simple, hence why I was overlooking it. :) > 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" >