All public logs

Combined display of all available logs of JoJo's Bizarre Encyclopedia - JoJo Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 20:11, 1 May 2023 Vish talk contribs created page Module:DateInterval (Created page with "local p = {} local function calculateDate(date, interval) local currentDate = os.time() local startDate = os.time{year=date.year, month=date.month, day=date.day, hour=13} local secondsElapsed = currentDate - startDate local intervalsElapsed = math.floor(secondsElapsed / (86400 * interval)) local newDateTimestamp = startDate + (intervalsElapsed * 86400 * interval) local newDate = os.date("*t", newDateTimestamp) return string.format("%04d-%0...")