Module:Time/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 751:
end
 
function a.offset (frame)
local utc_offset;
end
 
return a;
 
--[=[-------------------------< P . T I M E >------------------------------------------------------------------
Line 773 ⟶ 775:
]=]
 
--[=[ function p.time (frame)
local args = getArgs(frame);
local utc_timestamp, timestamp; -- current or _TEST_TIME_ timestamps; timestamp is local ST or DST time used in output
Line 881 ⟶ 883:
end
 
return p; ]=]