Difference between revisions of "Talk:Unix2DateTime"

From Second Life Wiki
Jump to navigation Jump to search
(Script compiled with error, correction arises wrong result)
(No difference)

Revision as of 07:20, 20 September 2007

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)