Skip to content

Fix day duration parsing#34

Open
hanuas wants to merge 3 commits into
tine1117:mainfrom
hanuas:fix-parse-duration-days
Open

Fix day duration parsing#34
hanuas wants to merge 3 commits into
tine1117:mainfrom
hanuas:fix-parse-duration-days

Conversation

@hanuas
Copy link
Copy Markdown

@hanuas hanuas commented Jun 5, 2026

Summary

  • add the missing d unit mapping so day durations count as 86,400 seconds
    • add unittest coverage for parse_duration("1d")

Tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

parse_duration drops the days (d) unit

1 participant