heinzel ca123fb724 Some minor fixes and improvments:
1. Fixed compiler warnings about incompatible usage of time_t in
   snprintf and fprintf format strings (Line 85 and 102).
2. Fixed usage of wronge time variable in failsafe error message
   (Line 102).
3. Clearified error message about wrong timestamp format. It now
   says integer instead of numeric (Line 87).
2012-10-09 10:34:47 +02:00
2008-02-19 14:12:59 +00:00
2008-02-19 14:12:59 +00:00
2012-10-09 10:34:47 +02: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%