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
The DateTimeFormattingTests.testBindInstantFromJavaUtilDate test fails if run on a machine with a default time zone of "Pacific/Auckland" (UTC+12/13 depending on the time of year).
To reproduce:
Force the time zone in spring-context/spring-context.gradle:
test {
systemProperty 'user.timezone', 'Pacific/Auckland'
}