X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Message-ID: <4CC448B4.5040609@veritech.com> Date: Sun, 24 Oct 2010 10:54:44 -0400 From: "Lee D. Rothstein" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.9) Gecko/20100915 Lightning/1.0b2 Thunderbird/3.1.4 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: date.exe have some time advance to system time References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 10/24/2010 4:43 AM, Kirill Yarosh wrote: > $ date ; cmd /c echo %TIME% I thought that perhaps, the clock was updating via the net, induced by the 'cmd' date request, so, I tried: $ date ; cmd /c 'echo %TIME%' ; date Sun, Oct 24, 2010 10:52:17 AM 10:52:07.45 Sun, Oct 24, 2010 10:52:17 AM $ date ; cmd /c 'echo %TIME%' ; date Sun, Oct 24, 2010 10:52:26 AM 10:52:17.03 Sun, Oct 24, 2010 10:52:27 AM Same problem? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple