Feather.jl icon indicating copy to clipboard operation
Feather.jl copied to clipboard

TimeZones.jl support?

Open oxinabox opened this issue 5 years ago • 1 comments

Feather explictly has a TIMESTAMP type that includes timezone info.

it would be useful to map this to the ZonedDateTime type in TimeZones.jl

oxinabox avatar Jul 04 '19 17:07 oxinabox

I'm in the process of a major re-write of Arrow.jl. I'm pretty sure the Arrow time types that are in the current version are going to go away completely, and instead the underlying data will be converted to Julia time types on the fly. Certainly I should use ZonedDateTime where appropriate.

ExpandingMan avatar Jul 04 '19 18:07 ExpandingMan