This is the mail archive of the cygwin@sourceware.cygnus.com 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]

Re: problem with the ŽdateŽ command


Augenstein wrote:
> 
> IŽm using the B18 release and have a problem with the date 
> command. I tried it and you can see the result:
> 
> bash$ date
> Sat Nov  1 20:51:31 GMT--1:00 1997
> bash$ date 1111121297
> date: cannot set date: Not owner
> Tue Nov 11 13:12:00 GMT--1:00 1997
> bash$ date
> Sat Nov  1 20:52:07 GMT--1:00 1997
> bash$

settimeofday() is not implemented yet.  Current versions of the
sources set ENOSYS (not implemented errno).  For now, you'll have
to set the time in the traditional Windows ways...

-- 
Geoffrey Noer
noer@cygnus.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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