Hi Ernie,

Nachricht vom Donnerstag, 3. Juli 2003, 15:36:40:

> http://www.4cm.com/tools/unix_to_time.php

> I just thought I'd post the above link. I was trying to decipher the
> time stamp on my /var/log/emerge.log to try to figure out why
> something broke when I came accross this.

I had this perl-script to make squid-logs readable

========== Begin paste unix-to-human-time.pl ==========================
#! /usr/bin/perl -p
s/^\d+\.\d+/localtime $&/e;
========== End paste unix-to-human-time.pl ============================


 Timo


--
[EMAIL PROTECTED] mailing list

Reply via email to