well lets try some dates
This commit is contained in:
parent
da7c4b9456
commit
4ab43e5ffe
2 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
BEGIN{
|
||||
date=strftime("%F",0);
|
||||
date=strftime("%F",172800);
|
||||
count=1;
|
||||
sum=0;
|
||||
most=0;
|
||||
least=0
|
||||
print date ",AVG,LEAST,MAX"
|
||||
print "1970-01-01,AVG,LEAST,MAX"
|
||||
}
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue