From: noer@cygnus.com (Geoffrey Noer)
Subject: Re: problem with the ŽdateŽ command
4 Nov 1997 18:50:32 -0800
Message-ID: <199711042356.PAA23876.cygnus.gnu-win32@cirdan.cygnus.com>
References: <345B8C81.1AA3@cww.de>
Content-Type: text
To: wau@cww.de
Cc: gnu-win32@cygnus.com

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