Module:Time: Revision history

From IdleOn MMO Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

23 May 2024

18 May 2024

  • curprev 09:4609:46, 18 May 2024Nads talk contribs 18,042 bytes +18,042 Created page with "require('strict') --- @alias TimeUnit 's'|'m'|'h'|'d'|'w' --- The number of minutes in an hour. local MINUTES_PER_HOUR = 60 --- The number of hours in a day. local HOURS_PER_DAY = 24 --- The number of days in a week. local DAYS_PER_WEEK = 7 --- The number of seconds in one second. local SECONDS_PER_SECOND = 1 --- The number of seconds in one minute. local SECONDS_PER_MINUTE = SECONDS_PER_SECOND * 60 --- The number of seconds in one hour. local SECONDS_PER_HOUR = S..."