Files
unixtime/README
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

10 lines
147 B
Plaintext

unixtime(1) converts a unix timestamp (number of seconds since epoch)
into a human readable date.
INSTALL
=======
./configure
make
make install