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
Additionally, we changed how some edge cases are
handled when attempting to make the timezone
work properly. This didn't help, but the new code
seems more correct, so we keep the changes.
"Expected $ldt, got $ourLdt in zone $windowsName at $instant (our guess at the offset is $offset)."+
76
+
"The rules are $rules, and the offsets throughout the year according to Windows are: $offsetsAccordingToWindows; the raw data for the recurring rules is $rawData"
77
+
)
78
+
}
46
79
}
47
80
funcheckTransition(instant:Instant) {
48
81
checkAtInstant(instant -2.milliseconds)
@@ -120,5 +153,6 @@ private fun SYSTEMTIME.toLocalDateTime(): LocalDateTime =
120
153
)
121
154
122
155
privateval strangeTimeZones =listOf(
123
-
"Morocco Standard Time", "West Bank Standard Time", "Iran Standard Time", "Syria Standard Time"
156
+
"Morocco Standard Time", "West Bank Standard Time", "Iran Standard Time", "Syria Standard Time",
0 commit comments