On Thu, 15 Feb 2001, MacFarlane, Jarrod wrote:

> Does anyone have a script/method/program that'll convert a unix timestamp in
> to something I can read?

from "info man" ...

  date -d '1970-01-01 +10 hours n sec'

where n is the Unix epoch time.
Just be careful with the +10 hours bit ;^)

Oh, and to see the reverse:

  date +%s



--
Rick Welykochy || Praxis Services



-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to