What is the SimpleTimeZone class?
- It is a concrete subclass of TimeZone, which represents a time zone for use with a Gregorian calender.
- It is an instance of 'java.util.SimpleTimeZone' class.
Declaration of SimpleTimeZone Class:
public class SimpleTimeZone
extends TimeZone
- The SimpleTimeZone is created by using the base time zone offset from GMT time zone ID, and rules, for starting and ending the time of daylight.