DominikHoffmann
Registered
How would I convert a string, such as
into the format of the
i.e., Epoch time?
Code:
2012-01-31 18:54:55 +0000
Code:
date -j -f "%a %b %d %T %Z %Y" "`date`" "+%s"