This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]