-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Cast Timestamps to RFC3339 strings #2934
Copy link
Copy link
Closed
Labels
api-changeChanges to the arrow APIChanges to the arrow APIarrowChanges to the arrow crateChanges to the arrow crateenhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changeloggood first issueGood for newcomersGood for newcomershelp wanted
Metadata
Metadata
Assignees
Labels
api-changeChanges to the arrow APIChanges to the arrow APIarrowChanges to the arrow crateChanges to the arrow crateenhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changeloggood first issueGood for newcomersGood for newcomershelp wanted
Type
Fields
Give feedbackNo fields configured for issues without a type.
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