-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
Labels
A-timeArea: TimeArea: TimeC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.P-mediumMedium priorityMedium priorityT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Description
Some questions that have come up about using Instants:
- What meaning does
Instant -= Duration
have? - What are the preconditions on the instant and the duration, so that it does not panic or cause arithmetic overflow assertions? One user noticed that
instant -= duration
can trip this assertion (specifically on Windows).
Metadata
Metadata
Assignees
Labels
A-timeArea: TimeArea: TimeC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.P-mediumMedium priorityMedium priorityT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.