problem with the ´date´ command

Geoffrey Noer noer@cygnus.com
Tue Nov 4 16:48:00 GMT 1997


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".



More information about the Cygwin mailing list