[TriLUG] changing Unix time to human time

Greg Cox glcox at pobox.com
Mon Jun 21 11:07:55 EDT 2004


> 1086628571.242
> 
> any quick and dirty way to convert this to a human time stamp from the 
> command line?

$ perl -e'$\="\n"; print scalar localtime(shift);' 1086628571.242
Mon Jun  7 13:16:11 2004





More information about the TriLUG mailing list