Created
December 1, 2010 21:53
-
-
Save johnjosephhorton/724298 to your computer and use it in GitHub Desktop.
This is the correct strptime to parse the datetime string that MTurk generates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
accept_time <- sapply(results$AcceptTime, | |
function(t){as.numeric(as.POSIXct(as.character(t), "%a %b %d %H:%M:%S GMT %Y", tz="UTC"))} | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment