Re: [Rd] fractional seconds in POSIXct

2012-05-30 Thread Simon Urbanek
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

[Rd] fractional seconds in POSIXct

2012-05-30 Thread Sebastian P. Luque
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: