[Aimmath-developers] [ aimmath-Bugs-1017564 ] year out of range error
Brought to you by:
gustav_delius,
npstrick
From: SourceForge.net <no...@so...> - 2004-08-28 10:16:18
|
Bugs item #1017564, was opened at 2004-08-27 20:54 Message generated for change (Comment added) made by gregg0 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=439479&aid=1017564&group_id=44411 Category: None Group: None Status: Open Resolution: None Priority: 8 Submitted By: Gustav W Delius (gustav_delius) Assigned to: Greg Gamble (gregg0) Summary: year out of range error Initial Comment: When trying to create a new quiz I get an error "Year out of range (must be >= 2000): 1970". This is on a Windows 2000 machine. ---------------------------------------------------------------------- >Comment By: Greg Gamble (gregg0) Date: 2004-08-28 18:16 Message: Logged In: YES user_id=766524 `Date/CurrentRawDate`() is used. This calls an internal Maple function: iolib(25) which apparently (couldn't find any documentation) returns the number of seconds since 00:00:00, Jan 1, 1970 ... it agrees with the UNIX date +"%s" A moment ago this function gave: 1093688092 ... for me. Maybe you could check that your Maple responds with a similarly sized number when you give it: iolib(25); Regards, Greg ---------------------------------------------------------------------- Comment By: Gustav W Delius (gustav_delius) Date: 2004-08-28 02:25 Message: Logged In: YES user_id=737246 The date that Windows displays is the correct one. How does AiM get the date from my computer? ---------------------------------------------------------------------- Comment By: Greg Gamble (gregg0) Date: 2004-08-28 01:00 Message: Logged In: YES user_id=766524 This message is generated by `Date/DaysSince1Jan2000` in Date.mpl when called with a year < 2000. The only way I can see that the error message could be generated is if your computer's date was set to before the year 2000. Is that the case? ... maybe to avoid software license expiries or something. Regards, Greg ---------------------------------------------------------------------- Comment By: Gustav W Delius (gustav_delius) Date: 2004-08-27 21:44 Message: Logged In: YES user_id=737246 ..and by the way: I am using Maple 8 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=439479&aid=1017564&group_id=44411 |