From owner-freebsd-questions@FreeBSD.ORG Fri May 2 14:58: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 DF8BA37B401 for ; Fri, 2 May 2003 14:58:53 -0700 (PDT) Received: from smtp-26.ig.com.br (smtp-26.ig.com.br [200.226.132.160]) by mx1.FreeBSD.org (Postfix) with SMTP id 672B043FAF for ; Fri, 2 May 2003 14:58:52 -0700 (PDT) (envelope-from mazambuja@superig.com.br) Received: (qmail 4550 invoked from network); 2 May 2003 21:59:01 -0000 Received: from unknown (HELO superig.com.br) (200.179.208.42) by smtp-26.ig.com.br with SMTP; 2 May 2003 21:59:01 -0000 Message-ID: <3EB2EA8C.4080608@superig.com.br> Date: Fri, 02 May 2003 19:00:44 -0300 From: Marcello Azambuja User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1 X-Accept-Language: en MIME-Version: 1.0 To: Clayton Parker , freebsd-questions@freebsd.org References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: time settings in apache 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: Fri, 02 May 2003 21:58:54 -0000 What timezone is your FreeBSD using? Most likely its using GMT timezone. If its using GMT timezone and you set the clock to local time its wrong. Check what timezone you're using using the date command: $ date Fri May 2 21:56:26 GMT 2003 If you see something like this you're using GMT, you can change it copying whatever is your timezone from /usr/share/zoneinfo to /etc/localtime. Notice that when overwritting /etc/localtime your systems' time is probably gonna change too. You can also change set up timezone stuff using /stand/sysinstall utility. Regards, -- Marcello Azambuja Clayton Parker wrote: > hello all, > i've been using cricket for a short time now. when it graphs my data > the last updated time is in GMT. i think i've found the problem but i > don't know how to fix it. When i look at my server-status it has the > time in GMT. how do you change the time apache thinks it is? my > machine is set to the right time but apache thinks it's GMT. any ideas? > > thanks, > Clayton