::You must have ninja focus to complete your mission::NinjaFocus::
Views:
a simple script for getting a human readable date from a timestamp. I use this to convert the timestamps in the squid logfile.
#!/bin/bash date -d "1970-01-01 $1 sec GMT"