mada.cz

12Srp/100

How to convert UNIX/LINUX time to human readable format

How to get the current epoch time
[code]date +%s[/code]

Convert from human readable date to epoch
[code]date +%s -d"Jan 1, 1980 00:00:01"[/code]

Convert from epoch to human readable date
[code]date -d @1190000000[/code]

Líbí se článek?

Zvažte odebírání našeho RSS!

Komentáře (0) Trackbacky (0)

Zatím žádné komentáře.


Leave a comment

Zatím žádné trackbacky