Skip to content

Human Readable Duration Display #4554

@tustvold

Description

@tustvold

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

Metadata

Metadata

Assignees

Labels

arrowChanges to the arrow crateenhancementAny new improvement worthy of a entry in the changelog

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions