You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.jlThe text was updated successfully, but these errors were encountered: