Module:Systime: Difference between revisions
m
Typo
Fireheart& (talk | contribs) m (Temporary debug edit.) |
Fireheart& (talk | contribs) m (Typo) |
||
Line 4: | Line 4: | ||
function p.toSystime(year, month, day, hour, min, sec) | function p.toSystime(year, month, day, hour, min, sec) | ||
table. | table.tostring(year) | ||
time = os.time({year = year, month = month ~= nil and month or 1, day = day ~= nil and day or 1, hour = hour, min = min, sec = sec}) | time = os.time({year = year, month = month ~= nil and month or 1, day = day ~= nil and day or 1, hour = hour, min = min, sec = sec}) | ||
date = os.date("*t", time) | date = os.date("*t", time) |