Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 88099 invoked from network); 3 Mar 2009 16:12:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Mar 2009 16:12:14 -0000 Received: (qmail 15478 invoked by uid 500); 3 Mar 2009 16:12:09 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 15428 invoked by uid 500); 3 Mar 2009 16:12:09 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 15417 invoked by uid 99); 3 Mar 2009 16:12:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2009 08:12:09 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rusty.wright@gmail.com designates 209.85.198.247 as permitted sender) Received: from [209.85.198.247] (HELO rv-out-0708.google.com) (209.85.198.247) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2009 16:12:01 +0000 Received: by rv-out-0708.google.com with SMTP id f25so2811209rvb.30 for ; Tue, 03 Mar 2009 08:11:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=9N8vWjqvtNcZ8HHRDujZv7hHVhGqGPVI2pQpSep5K+o=; b=e1IyexvKIuSFKwnK8aFZgno5MnQKxp7ullcBfh76iUJFqEtxZEfoXN3kpDeKm7O3h0 D+MIGNmmConuOroD2cfd4GBl9qW1HQZ4lL711L8X6PIebaDeonG8y29VOuVdl/5kK2i0 vKRxnIcUa4xGzsOMgAYdQJSEHA6/RyWxrPIx4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=Qh/FLbR57mB9p2N03xCZCPFmvewztRk7KN4tXR9YJcckPcwBheLW2XFpBccE+4swjm /SNya3OWSErl8korOBfp5fw99RzHXaG6pdhy0gBimgXXXq0OnVbtVPlURGBn38z0CjNh oJB0wUf7FlgnkxzOkXYLG6JsjEVzLzwk9lbTQ= Received: by 10.142.81.7 with SMTP id e7mr3678042wfb.158.1236096701532; Tue, 03 Mar 2009 08:11:41 -0800 (PST) Received: from ?192.168.1.4? (astound-64-85-227-29.ca.astound.net [64.85.227.29]) by mx.google.com with ESMTPS id 20sm4554913wfi.32.2009.03.03.08.11.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 03 Mar 2009 08:11:40 -0800 (PST) Message-ID: <49AD56BB.8050007@gmail.com> Date: Tue, 03 Mar 2009 08:11:39 -0800 From: Rusty Wright User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Commons Users List Subject: Re: Common Net 1.4.1 References: <49AD5530.8050605@allrelated.name> In-Reply-To: <49AD5530.8050605@allrelated.name> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org The underlying operating system, unix for sure, but I'm not sure about windows, stores time values in GMT. When it *displays* them it converts them to whatever the local time zone is. bhamilton wrote: > I'm using Common Net 1.4.1, the FTPClient listFiles() method to an array > of FTPFile objects. The Calendar object, within the FTPFile object, has > a TimeZone of GMT. One question is how is that determined? On the > client machine, the default TimeZone is 'America/New_York'. > > The dates returned in the Calendar are not consistent. When the process > ran at 6:02 this morning, a certain file had a date time of 20080303 > 06:05:00. When the process ran 5 minutes later, at 6:07am, the same > file had a date and time of 20090303 06:05:00. > > Any thoughts? > > Thanks! > Brenda Hamilton > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@commons.apache.org > For additional commands, e-mail: user-help@commons.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org