-
Notifications
You must be signed in to change notification settings - Fork 22.6k
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
Temporal edits #37905
base: main
Are you sure you want to change the base?
Temporal edits #37905
Conversation
If a Temporal object would represent a date outside of the supported range, this always throws a RangeError, regardless of the value of the overflow option.
Thanks! Is this ready to review as-is, or do you plan to add more stuff to it? |
I figured I'd keep this easy to review and open a separate PR when I have another batch of edits, so this is ready to review. (If you'd prefer that I just make one PR instead, let me know and I'll do that.) |
Weirdly, I can't push to your branch that I checked out with |
Description
A couple of minor edits to the Temporal docs: a few mislabeled or missing links, a clarification about ±HH:mm:ss.sssssssss offset parts of RFC 9557 strings, and another clarification about the representable range covered by Temporal objects.
Motivation
I was asked to pitch in to help review the original Temporal docs PR, but didn't have time. So I'm going over it now and fixing anything that comes to mind. This is the result of one session of doing that.
Additional details
Related issues and pull requests
Relates to #37344