TimeZone getOffset() Method in Java with Examples
The getOffset() method of TimeZone class in Java is used to know the offset value of this TimeZone at a specific date from the UTC or the Universal Time Coordinated. Syntax: public int getOffset(long in_date) Parameters: The method accepts one parameter, in_date of long type that refers to the actua