Cast Timestamps to RFC3339 strings #2934
Labels
api-change
Changes to the arrow API
arrow
Changes to the arrow crate
enhancement
Any new improvement worthy of a entry in the changelog
good first issue
Good for newcomers
help wanted
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Currently timestamps are cast to the default chrono format, such as
2018-01-26 18:30:09.453829 +08:00
. This is not a defined standard, it appears to be RFC3339 but using spaces.Describe the solution you'd like
Cast timestamps to strings as RFC3339
Describe alternatives you've considered
We could not do this
Additional context
The text was updated successfully, but these errors were encountered: