From: "de la Barra, Isabel         (LANINFO)" <[EMAIL PROTECTED]>

> I need know the date and hours of the a record in the log of squid,
> but it show me a number 924879043.100.

That's the number of seconds since the Unix epoch.  If you have Perl
5, you can convert that to a typical date string (dropping the
fraction of a second):

# perl -e 'use Time::localtime; print ctime(924879043)'
Fri Apr 23 14:50:43 1999


Aaron
-- 
Aaron Baugher - [EMAIL PROTECTED] - Quincy, IL, USA
Extreme Systems Consulting - http://haruchai.rnet.com/esc/
CGI, Perl, Java, and Linux/Unix Administration

Reply via email to