From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ms-smtp-04-smtplb.ohiordc.rr.com ([65.24.5.138] helo=ms-smtp-04-eri0.ohiordc.rr.com) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1Bo89k-0002Ld-00 for ; Fri, 23 Jul 2004 18:04:44 -0400 Received: from [192.168.1.100] (cpe-024-033-004-163.midsouth.rr.com [24.33.4.163]) by ms-smtp-04-eri0.ohiordc.rr.com (8.12.10/8.12.7) with ESMTP id i6NM4fIa014635 for ; Fri, 23 Jul 2004 18:04:42 -0400 (EDT) Date: Fri, 23 Jul 2004 17:04:41 -0500 (CDT) From: Adam Myrow To: "Speakup is a screen review system for Linux." In-Reply-To: Message-ID: References: <20040721192928.GA8425@romuald.net.eu.org> <20040723130004.GB11775@rednote.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: Utc X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.4 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 22:04:44 -0000 You can use the "env" command to simplify those aliases. For example, the line below would show you central time. alias cst="env TZ=US/Central date" It's just another example of how there are a million different ways to do the same thing in Unix and Linux. Another utility which could come in handy if you are not quite sure of what exactly the time zone is in a given area is tzselect. It gives you several menus to select continent, country, and if needed, location. It then gives you the proper value for the TZ environment variable for that location. It can be run by any user.