Date: Mon, 15 Nov 1999 19:25:58 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: cnelson AT sandia DOT gov cc: djgpp AT delorie DOT com Subject: Re: DJTAR and date/time of extracted files In-Reply-To: <80p628$2sc$1@nnrp1.deja.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 15 Nov 1999 cnelson AT sandia DOT gov wrote: > While evaluating TAR utilities to read old TAR archives (created on a > MASSCOMP UNIX system circa 1990), I noticed that the time for extracted > files varies by exactly a few hours depending on what TAR utility was > used. I am guessing that this is due to some sort of time zone > difference. If this is so, how do I set the desired time zone (for > example, Pacific time) for use with DJTAR. See section 22.19 of the DJGPP FAQ list. You need to set the TZ variable in the environment; the FAQ has the details. > What time value is stored in a TAR file (local time, GMT, ...?) It depends on where the tar file was created, and by what utility.