Re: [R] as.Date to as.POSIXct

2012-12-25 Thread arun
Hi, You should have provided a reproducible example. To convert in general, ?as.POSIXct() A.K. - Original Message - From: Antonio Rodriges To: r-help@r-project.org Cc: Sent: Tuesday, December 25, 2012 7:28 AM Subject: [R] as.Date to as.POSIXct Hello, I have converted some UNIX

[R] as.Date to as.POSIXct

2012-12-25 Thread Antonio Rodriges
Hello, I have converted some UNIX time stamps with as.Date as follows dates_unix <- seq( as.Date(convertTimeToString(timeStart)), length = length(data), by="1 mon") and now I would like to convert "dates_unix" from type D