heinzel c1aa247e85 Added my implementation of unixtime.
This implementation has very few reasonable code (call atol() and ctime()),
but has some nice standard program stuff (parse options, print help, ...).
2008-02-19 14:12:59 +00:00
2008-02-19 14:12:59 +00:00
2008-02-19 14:12:59 +00:00
2008-02-19 14:12:59 +00:00
2008-02-19 14:12:59 +00:00

unixtime(1) converts a unix timestamp (number of seconds since epoch) 
into a human readable date.

INSTALL
=======
./configure
make
make install

Description
Converts a unix timestamp into a human readable date.
Readme 120 KiB
Languages
C 60.3%
Makefile 24.4%
Roff 15.3%