Skip to content
Prev 53099 / 63424 Next

as.POSIXct behaviour

On 9 March 2017 at 01:29, Arunkumar Srinivasan
<arunkumar.sriniv at gmail.com> wrote:
Yes, because it assumes homogeneous format on the entire vector.  You
may want to
do  two passes with different formats or run a regular expression to
catch typos.
This behaves differently because you are running as.POSIXct for each element
separately.