(disambiguation === "earlier" || disambiguation === "compatible")
| 795 | // The wall clock time is in the earlier offset, so we use that |
| 796 | if (currentBeforeOffset === beforeOffset) { |
| 797 | if (disambiguation === "earlier" || disambiguation === "compatible") { |
| 798 | return makeZonedProto(adjustedMillis - beforeOffset, zone) |
| 799 | } |
| 800 | const laterOffset = calculateNamedOffset( |
| 801 | adjustedMillis - beforeOffset + transitionMillis, |
| 802 | adjustedMillis + transitionMillis, |
no test coverage detected