I have a local time like \"2013-08-27 10:01:22\", how do I convert it to epoch time?
\"2013-08-27 10:01:22\"
basically I need the opposite of as.POSIXct, I searched on
as.POSIXct
we can also use
unclass(Sys.time())