Module:Time/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 368:
cfg = data.cfg; -- get the configuration table
args[1] = args[1]:lower(); or 'utc' -- lowecasedefault to utc
args[1] = args[1] or 'utc':lower(); -- default to utc lowecase
if data['tz_aliases'][args[1]] then