Module:Time/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 365:
local invert; -- true when southern hemisphere
local DF; -- date format flag; the |df= parameter
local is_dst_tz;
local data = 'Module:Time/data'..set_sandbox(frame) -- make a data module name; sandbox or live
Line 466 ⟶ 465:
else
tz_abbr = tz.abbr; -- dst not observed for this timezone
end
end
if args["dst_active"] then -- there's really no other module/palce to put it
if tz_abbr == tz.dst_abbr then
return '1'
else
return '0'
end
end