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, ...).
This commit is contained in:
heinzel
2008-02-19 14:12:59 +00:00
commit c1aa247e85
10 changed files with 582 additions and 0 deletions

9
README Normal file
View File

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