Linux - convert UTC seconds

# date +"%D %T"; date +%s
03/19/08 16:23:27
1205915007

# date -d "1970-01-01 UTC 1205915007 seconds" +"%D %T"
03/19/08 16:23:27

Comments