-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
arrowChanges 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 changelog
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Currently durations are printed using the default Display for chrono::Duration which ISO 8601. However, this format is:
- Not very readable
- Is misleading as it displays days, despite the fact these will not be handled as calendar days for arithmetic (like intervals)
Describe the solution you'd like
We should display the values faithfully, e.g. as 139493 milliseconds for DurationMillisecondArray
Describe alternatives you've considered
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
arrowChanges 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 changelog