On May 30, 2012, at 2:15 PM, Sebastian P. Luque wrote:
> Hi,
>
> Using the following simple character vector representing a time series
> with fractional seconds:
>
> datetime <- c("20/09/2011 13:00:59.00", "20/09/2011 13:00:59.02",
> "20/09/2011 13:00:59.04")
>
> Conversion to PO
Hi,
Using the following simple character vector representing a time series
with fractional seconds:
datetime <- c("20/09/2011 13:00:59.00", "20/09/2011 13:00:59.02",
"20/09/2011 13:00:59.04")
Conversion to POSIXct runs into problems; the second element is not
interpreted correctly: