Convert unixtime to human readable format in squid's access.log file Posted byadmin August 31, 2012 Leave a comment on Convert unixtime to human readable format in squid's access.log file perl -p -e 's/^([0-9]*)/"[".localtime($1)."]"/e' < /var/log/squid/access.log