Epoch2Time
This is a little program to convert UNIX epoch values to local time.
As some pointed out, this can be done also with date -d @epoch (from the GNU coreutils). My program does nothing more. You can use it on any platform though, Unix versions with their own date command and even MS Windows.

