Generated by
JDiff

Class java.util.SimpleTimeZone

Added Constructors
SimpleTimeZone(int, String, int, int, int, int, int, int, int, int, int, int, int) Constructs a SimpleTimeZone with the given base time zone offset from GMT time zone ID and rules for starting and ending the daylight time.
 

Added Methods
int getOffset(long) Returns the offset of this time zone from UTC at the given time.
 

Added Fields
int STANDARD_TIME Constant for a mode of start or end time specified as standard time.
int UTC_TIME Constant for a mode of start or end time specified as UTC.
int WALL_TIME Constant for a mode of start or end time specified as wall clock time.