public class TimeZones extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
LATEST_SUPPORTED_IANA_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static String |
map(short offset) |
static short |
map(String tzid) |
static Set<String> |
supportedTimeZones() |
static boolean |
validZoneId(short zoneId) |
static boolean |
validZoneOffset(int zoneOffsetSeconds) |
public static final String LATEST_SUPPORTED_IANA_VERSION
public static boolean validZoneOffset(int zoneOffsetSeconds)
public static boolean validZoneId(short zoneId)
public static short map(String tzid)
IllegalArgumentException - if tzid is not in the filepublic static String map(short offset)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.