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?
Komentáře (0)
Trackbacky (0)
(pokud chcete komentovat tento příspěvek, registrujte se)
Zatím žádné trackbacky