Skip to content

fix: count days in duration parser#40

Open
smithtaylor7748-ops wants to merge 1 commit into
tine1117:mainfrom
smithtaylor7748-ops:codex/fix-duration-days
Open

fix: count days in duration parser#40
smithtaylor7748-ops wants to merge 1 commit into
tine1117:mainfrom
smithtaylor7748-ops:codex/fix-duration-days

Conversation

@smithtaylor7748-ops
Copy link
Copy Markdown

@smithtaylor7748-ops smithtaylor7748-ops commented Jun 6, 2026

Fixes #1

Summary:

  • Add day (d) support to parse_duration.
  • Cover day-only and mixed day/hour durations in tests.

Tests:

  • python -m unittest discover -s tests

/claim #1

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