sometimes logs give you 0 time

This commit is contained in:
Stephen Smoogen 2017-02-15 20:57:17 +00:00
parent b8f571aa86
commit 69368f53ba
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
BEGIN{
date=strftime("%F",172800);
date=strftime("%F",86401);
count=1;
sum=0;
most=0;