Module:Time/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 341:
 
]]
 
local function dst_active (frame)
local args = getArgs (frame);
return _dst_active (args)
end
local function _dst_active (frame)
Line 377 ⟶ 372:
end
 
local function dst_active (frame)
local args = getArgs (frame);
return _dst_active (args)
end
 
--[=[-------------------------< T I M E >----------------------------------------------------------------------