Open oxinabox opened 5 years ago
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.
Feather explictly has a TIMESTAMP type that includes timezone info.
it would be useful to map this to the
ZonedDateTime
type in TimeZones.jl