-->
🏠 🔍
SHAREOLITE

Convert EPOC time to human readable format linux SOLVED


 
If the EPOC time ,  For example 1265472242 is to be converted to human readable format, following date command may be used.

date -d "1970-01-01 UTC 1265472242 seconds" +"%Y-%m-%d %T"

2010-02-06 21:34:02

Hope this helps to some command line geeks.
Comments

–>