java.util.TimeZone
The java.util.TimeZone class represents a time zone offset and also figures out daylight saving time adjustments. It is used in conjunction with Calendar, Date, and the formatting classes. Commonly Used Methods Common Time Zone IDs Examples “UTC” “GMT” “Asia/Kolkata” “America/New_York” “Europe/London” For More Time Zone ID’s https://docs.oracle.com/middleware/1221/wcs/tag-ref/MISC/TimeZones.html Simple Example Problem Statement:Listing All TimeZones with GMT […]
java.util.TimeZone Read More »