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

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)