TimeZone in java

The TimeZone class allows you to work with time zone offsets from Greenwich mean time (GMT), also referred to as Coordinated Universal Time (UTC). It also computes daylight saving time. TimeZone only supplies the default constructor Some of the Methods Defined by TimeZone   Method   Description   Object clone( ) Returns a TimeZone-specific version … Read more