Module:Date: Revision history

From World Encyclopedia of Conductors

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.

18 February 2026

  • curprev 03:2103:21, 18 February 2026 imported>Krinkle 47,993 bytes +19 Fix nil minute/minute. While not covered by Module:Date/testcases, I probably caused a bug, as observed when running `=require('Module:Date')._Date('currentdatetime')` which works fine against sandbox and previous revisions.

6 December 2025

  • curprev 21:2421:24, 6 December 2025 N.Sorokin talk contribs 47,974 bytes +47,974 Created page with "-- Date functions for use by other modules. -- I18N and time zones are not supported. local MINUS = '−' -- Unicode U+2212 MINUS SIGN local floor = math.floor local Date, DateDiff, diffmt -- forward declarations local uniq = { 'unique identifier' } local function is_date(t) -- The system used to make a date read-only means there is no unique -- metatable that is conveniently accessible to check. return type(t) == 'table' and t._id == uniq end local function is_..."