JuliaData / Feather.jl

Read and write feather files in pure Julia
https://juliadata.github.io/Feather.jl/stable
Other
109 stars 27 forks source link

TimeZones.jl support? #121

Open oxinabox opened 5 years ago

oxinabox commented 5 years ago

Feather explictly has a TIMESTAMP type that includes timezone info.

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

ExpandingMan commented 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.