Re: [gentoo-user] convert unix time stamp to human readable

2003-07-03 Thread agaffney
Ernie Schroder wrote:
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 find it a bit odd that this tool is on the site of the 'For Christ 
Ministry'.

--
Andrew Gaffney
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] convert unix time stamp to human readable

2003-07-03 Thread brett holcomb
Maybe they needed a tool because they run Unix/Linux so 
they created it or set it up on their web and made it 
available to others. 

On Thu, 03 Jul 2003 09:10:55 -0500
 agaffney [EMAIL PROTECTED] wrote:
Ernie Schroder wrote:
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 find it a bit odd that this tool is on the site of the 
'For Christ Ministry'.

--
Andrew Gaffney
--
[EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] convert unix time stamp to human readable

2003-07-03 Thread Timo Boettcher
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



Re: [gentoo-user] convert unix time stamp to human readable

2003-07-03 Thread /V\\arijn Deé
On Thursday 03 July 2003 16:10, agaffney wrote:
 Ernie Schroder wrote:
  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 find it a bit odd that this tool is on the site of the 'For Christ
 Ministry'.

This is a conversion site

-- 

/V\arijn |)eé - Software Engineer - DataDistilleries
E-mail: [EMAIL PROTECTED]
Web: www.DataDistilleries.com

... the proof is in the pudding, and A bird in the hand is worth two
in the bush. In other words, talk is cheap, and code rules.

-- Linus Torvalds


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] convert unix time stamp to human readable

2003-07-03 Thread Ernie Schroder
On Thursday 03 July 2003 12:03 pm, wes chow wrote:
 Maybe God runs Gentoo.
Of course he does... And on AMD processors!


 On Thu, 3 Jul 2003, brett holcomb wrote:
  Maybe they needed a tool because they run Unix/Linux so
  they created it or set it up on their web and made it
  available to others.
 
  On Thu, 03 Jul 2003 09:10:55 -0500
 
agaffney [EMAIL PROTECTED] wrote:
  Ernie Schroder wrote:
  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 find it a bit odd that this tool is on the site of the
  'For Christ Ministry'.
  
  --
  Andrew Gaffney
  
  
  --
  [EMAIL PROTECTED] mailing list
 
  --
  [EMAIL PROTECTED] mailing list

 --
 [EMAIL PROTECTED] mailing list

-- 
Regards, Ernie
100% Microsoft and Intel free


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] convert unix time stamp to human readable

2003-07-03 Thread Terje Kvernes
Timo Boettcher [EMAIL PROTECTED] writes:

  [ ... ]

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

  interesting use of $.  :-)
  
-- 
Terje

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] convert unix time stamp to human readable

2003-07-03 Thread Andrew Gaffney
/V\arijn Deé wrote:
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 find it a bit odd that this tool is on the site of the 'For Christ
Ministry'.


This is a conversion site
That was pretty good :)

--
Andrew Gaffney
--
[EMAIL PROTECTED] mailing list