ZonedDateTime backward shift spec change#725
Merged
Merged
Conversation
…dDateTime.round when smallestUnit is Day
brave-builds
pushed a commit
to brave/chromium
that referenced
this pull request
May 29, 2026
boa-dev/temporal#725 This patch uplifts an upstream fix to satisfy a spec change. R=flowerhack@google.com, rezvan@chromium.org Bug: None Change-Id: I034c7471e5106f77d1a917cc21155f09392d8811 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7884058 Reviewed-by: Rezvan Mahdavi Hezaveh <rezvan@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Auto-Submit: Manish Goregaokar <manishearth@google.com> Cr-Commit-Position: refs/heads/main@{#1638122}
mohd-akram
pushed a commit
to gsource-mirror/chromium-src-third_party-rust
that referenced
this pull request
May 29, 2026
boa-dev/temporal#725 This patch uplifts an upstream fix to satisfy a spec change. R=flowerhack@google.com, rezvan@chromium.org Bug: None Change-Id: I034c7471e5106f77d1a917cc21155f09392d8811 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7884058 Reviewed-by: Rezvan Mahdavi Hezaveh <rezvan@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Auto-Submit: Manish Goregaokar <manishearth@google.com> Cr-Commit-Position: refs/heads/main@{#1638122} NOKEYCHECK=True GitOrigin-RevId: 288ca2e118ad3c45100dbf2803c17d0800c9c4d6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
From tc39/proposal-temporal#3312
Spec change (https://ptomato.name/talks/tc39-2026-05/#7)
Fixes tc39/test262#5047