"does anybody know what time it is? does anybody really care?"... Chicago

Peter Achten peter88@cs.kun.nl
Tue, 15 Feb 2000 11:42:17 +0100


Dear Andrew,

At 01:27 AM 2/15/00 -0700, you wrote:
>I am trying to get the system time as follows, and I am getting all
>zeroes for my time tuple.  What more do I need to do?
>
>Thanks in advance,
>
>Andrew Jonathan Fine
>
>
>module time
>import StdEnv, StdIO, StdTime, RWSDebug
>
>Start :: *World -> *World
>Start world 
>	# (t, worlda) = getCurrentTime world
>	= worlda <<- t

This is a known bug in the 1.1 version of the Object I/O library for the
Windows platform. It has been fixed in the 1.2 version. This library will
be released this week. Sorry for the inconvenience.

Regards,

Peter Achten