Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove hours limit for parseDuration #7064

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Sep 22, 2024

  1. fix: remove hours limit for parseDuration

    - Removes 23-hour limit on duration parsing
    - Allows parsing of durations like "PT36H" to work correctly
    - Aligns behavior with Temporal.Duration spec which has no upper limit on hours
    limkhl committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    971799e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    d39ccac View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    8cb3132 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    31cc82b View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Configuration menu
    Copy the full SHA
    15a80b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    2ae892b View commit details
    Browse the repository at this point in the history