This implementation has very few reasonable code (call atol() and ctime()), but has some nice standard program stuff (parse options, print help, ...).
10 lines
147 B
Plaintext
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
|
|
|