How to convert to DateTime all column or array?

I think convert. should work in Julia 0.6 but if you want something that’ll work in Julia 0.5 then this will work:

map((x) -> convert(DateTime,x),events[:,2])