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
Remove shared SimpleDateFormat instances in date adapters
Since SimpleDateFormat is not thread safe, we might be running into race
conditions here actually.
Re-creating a new instance is expensive, so this is only a temporary
fix while we validate a change to DateTimeFormatter.
0 commit comments