Content deleted Content added
m sync with live version Special:Permalink/907957873 |
use Module:Yesno for booleans instead of string comparisons |
||
Line 1:
require ('Module:No globals')
local yesno = require('Module:Yesno')
local getArgs = require ('Module:Arguments').getArgs
Line 358 ⟶ 359:
local tz_data = data.tz_data; -- get the tz data table
local Timeonly =
local Dateonly =
if Timeonly and Dateonly then -- invalid condition when both are set
Timeonly, Dateonly = false;
end
local Hide_refresh =
local Hide_tz =
local Unlink_tz =
local DST = first_set (cfg.aliases['dst'], args);
|