Wednesday, September 10, 2008

Timestamp-to date

Some times I find it difficult to convert the number of seconds from epoch into human readable timestamp. Normally these number of seconds are stored for references as they are easy to manage. Here is the command which we can use in Linux:

date -d@1219310725

This will return

1 comment:

vinuxes said...

This does not work with busybox date command.