Saturday, December 20, 2008

UNIX time to human readable

You can easily convert a UNIX time to human readable using the shell command date.



$ date -d @1212312323
Sun Jun 1 13:25:23 GST 2008

No comments: