Talk:Unix2DateTime

From Second Life Wiki
Revision as of 07:20, 20 September 2007 by Huney Jewell (talk | contribs) (Script compiled with error, correction arises wrong result)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Script didn't compile due to this line:
days = DaysPerMonth(mt++);

Changing that line to:
days = DaysPerMonth(mt++,year);
avoids compile error, but computes wrong result. I don't know the reason.
--Huney Jewell 07:20, 20 September 2007 (PDT)