Module:Systime: Difference between revisions
m
Temporary debug edit.
Fireheart& (talk | contribs) m (Revert debug changes.) Tag: Manual revert |
Fireheart& (talk | contribs) m (Temporary debug edit.) Tag: Reverted |
||
Line 4: | Line 4: | ||
function p.toSystime(year, month, day, hour, min, sec) | function p.toSystime(year, month, day, hour, min, sec) | ||
print(frame.args) | |||
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) |