Re: date.exe have some time advance to system time

2010-10-25 Thread Kirill Yarosh
On some computers it works as by a book. -- Kirill -- 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

Re: date.exe have some time advance to system time

2010-10-25 Thread Csaba Raduly
On Sun, Oct 24, 2010 at 10:43 AM, Kirill Yarosh wrote: > I have a problem with date.exe . > date.exe got a permanent increasing time advance in comparison to system time. > > The following example demonstrates the problem: > > $ date ; cmd /c echo %TIME% > Sun Oct 24 10:32:44 JST 2010 > 10:32:37.0

Re: date.exe have some time advance to system time

2010-10-24 Thread Lee D. Rothstein
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.exe have some time advance to system time

2010-10-24 Thread Kirill Yarosh
I have a problem with date.exe . date.exe got a permanent increasing time advance in comparison to system time. The following example demonstrates the problem: $ date ; cmd /c echo %TIME% Sun Oct 24 10:32:44 JST 2010 10:32:37.08 -- Problem reports: http://cygwin.com/problems.html FAQ: