Convert Epoch Time to Standard Date and Time & Vice Versa | Unix Linux Forums | Shell Programming an
Not sure about perl but in bash: # epoch $ date +%s # If you have a time already in mind you can change the line above to use YOUR time and not system time like this: date -d "Sat Feb 7 00:37:06 EST 2009" +%s # result = 1233985026 # and back to regular ti...