Fix network_utils dep

This commit is contained in:
Alfredo Cardigliano 2022-08-31 09:57:45 +02:00
parent 49bdd32ce0
commit 3881dd3eea
5 changed files with 6 additions and 5 deletions

View file

@ -206,9 +206,9 @@ function format_utils.formatEpochISO8601(epoch)
if epoch == 0 then
return("")
else
return os.date("!%Y-%m-%dT%TZ", epoch)
end
return os.date("!%Y-%m-%dT%TZ", epoch)
end
-- format an epoch