Module:Time/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 457:
DF = DF:lower(); -- normalize to lower case
 
if is_set (args.time_test) or is_set (args._TEST_TIME_) [[legacy parameter]] then -- typically used to test the code at a specific utc time
if not get_test_time (args.time_test) and not get_test_time (args._TEST_TIME_) then
return error_msg ('test_time');