I'm looking for a way to display my time in Debian Linux as a timestamp, e.g.
1279628325
I can't find any options to do that with the date command. Any ideas?
|
feedback
|
|
You can do this with
For more possibilities, see
| |||
|
feedback
|
|
The Unix Time is nothing more then the seconds from 01/01/1970. So all you have to do is convert your timestamps into total seconds since the beginning of the UNIX-Era. | |||
|
feedback
|