Add Custom Lists download alert and handle hourly download retry

Closes #2410
This commit is contained in:
emanuele-f 2019-02-21 01:02:57 +01:00
parent 7e2ac7fbaa
commit 405841431c
6 changed files with 63 additions and 25 deletions

View file

@ -200,7 +200,7 @@ end
function format_utils.formatEpoch(epoch)
if epoch == 0 then
return("-")
return("")
else
return(os.date("%d/%m/%Y %X", epoch))
end