From owner-freebsd-questions@FreeBSD.ORG Thu Oct 23 08:09:51 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 1E6A416A4BF for ; Thu, 23 Oct 2003 08:09:51 -0700 (PDT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15ADF43F75 for ; Thu, 23 Oct 2003 08:09:50 -0700 (PDT) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.188]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Thu, 23 Oct 2003 10:12:26 -0500 Message-ID: <3F97EEE2.6030006@daleco.biz> Date: Thu, 23 Oct 2003 10:08:18 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030920 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gerard Samuel References: <3F97E993.50609@trini0.org> In-Reply-To: <3F97E993.50609@trini0.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Oct 2003 15:12:27.0468 (UTC) FILETIME=[121028C0:01C39978] cc: freebsd-questions@freebsd.org Subject: Re: Temporarily changing the time 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: Thu, 23 Oct 2003 15:09:51 -0000 Gerard Samuel wrote: > Could someone point me to a man page, where I can temporarily change > the time on > FBSD 4.8. > Im testing a php script and Im looking to see how it will handle the > upcoming time change this weekend. > Thanks > Hmm, I'm going to step out on a limb and recommend: $man date You can also try the following, but be sure to have a scrollable terminal, or pipe it to your favorite PAGER: $apropos time $apropos date Plenty o' readin' there. HTH, Kevin Kinsey DaleCo, S.P.