Convert squid log timestamps to human readable Posted on June 27, 2015 by admin Convert squid log timestamps to a human readable format: cat access.log | perl -p -e 's/^([0-9]*)/"[".localtime($1)."]"/e' No related posts.