Hi
I get problems when using the following command :
Code:
cat logs | awk -F";" '{ system("date -d "1970-01-01 UTC+0100 $1 seconds""); }'
date: date invalide `1968641199401200'
date: date invalide `1968641199381709'
this is what i have in my log file :
Code:
cat logs
1199401200;a
1199381709;b
I don't know where this 196864 comes form
Any idea ?
Thx