为啥最后一个strptime的输出是NA呢好奇怪
把 Jan 换成 1月 就可以了。如图
Sys.setlocale("LC_TIME", "C")
x1 <- "Jan 1, 2015 01:01"
strptime(x1, "%B %d, %Y %H:%M")