Generated by
JDiff

Class java.util.TimeZone

Documentation changed from old to new.

Added Methods
int getDSTSavings() Returns the amount of time to be added to local standard time to get local wall clock time.
int getOffset(long) Returns the offset of this time zone from UTC at the specified date.
 

Changed Methods
Object clone() Documentation changed from old to new.
Creates a copy of this TimeZone.
TimeZone getDefault() Documentation changed from old to new.
Gets the default TimeZone for this host.
int getRawOffset() Documentation changed from old to new.
Returns the amount of time in milliseconds to add to UTC to get standard time in this time zone.
void setDefault(TimeZone) Documentation changed from old to new.
Sets the TimeZone that is returned by the getDefault method.
void setRawOffset(int) Documentation changed from old to new.
Sets the base time zone offset to GMT.
boolean useDaylightTime() Documentation changed from old to new.
Queries if this time zone uses daylight savings time.
String getDisplayName() Documentation changed from old to new.
Returns a name of this time zone suitable for presentation to the user in the default locale.
String getDisplayName(boolean, int) Documentation changed from old to new.
Returns a name of this time zone suitable for presentation to the user in the default locale.
String getDisplayName(Locale) Documentation changed from old to new.
Returns a name of this time zone suitable for presentation to the user in the specified locale.
String getDisplayName(boolean, int, Locale) Documentation changed from old to new.
Returns a name of this time zone suitable for presentation to the user in the specified locale.
int getOffset(int, int, int, int, int, int) Documentation changed from old to new.
Gets the time zone offset for current date modified in case of daylight savings.