R: converting JSON time format into POSIX
问题 I have a JSON character string that I put into a data frame. I am able to do it, but I am having trouble using one of the apply functions to convert all the time character strings into POSIX format. See here for more background on that. The JSON time format is: %h-%m-%dT%H:%M:%S- 2012-01-29T17:00:45-11:00 Lets say I have a data frame as shown: .Close .High .Low .Open Time 1 5.517339 5.539509 5.404098 5.495318 2012-01-30T12:00:45+08:00 2 5.485943 5.521242 5.467357 5.467641 2012-01-30T11:00:45