search for: ctdate

Displaying 1 result from an estimated 1 matches for "ctdate".

Did you mean: cdate
2006 Aug 30
1
Datetime
Hi all, I'm getting confused by date handling. I wish to read a date from a file wich is a number of seconds since 1970 (POSIXct). Then i wish to convert this date to a human readable form (POSIXlt) By example : ctDate<-1132963200 #"Wed Aug 30 14:24:37 2006" is(ctDate) [1] "numeric" "vector" ctDate isn't a numeric vector, it is a POSIXct... none of the clues inside the docs has given me the answer, i can't cast it, i can't converti t to POSIXlt because it is wron...