You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove �min/max limits for all segments in parseDuration (#7064)
* 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
* fix: remove min, max limit of all segments
* test: unify duration parsing test for all segments exceeding calendar constraints
0 commit comments