Generated by
JDiff

Class org.springframework.context.i18n.LocaleContextHolder

Added Methods
TimeZone getTimeZone() Return the TimeZone associated with the current thread, if any, or the system default TimeZone else.
void setTimeZone(TimeZone) Associate the given TimeZone with the current thread, preserving any Locale that may have been set already.
void setTimeZone(TimeZone, boolean) Associate the given TimeZone with the current thread, preserving any Locale that may have been set already.