public final class TimeZoneUtil extends Object implements Serializable
com.google.gwt.i18n.client.TimeZone.| Modifier and Type | Method and Description |
|---|---|
static String |
toJSON(ZoneId zoneId,
Locale locale)
Returns a JSON string of the specified
zoneId and Locale,
which is used in
com.google.gwt.i18n.client.TimeZone#createTimeZone(String). |
public static String toJSON(ZoneId zoneId, Locale locale)
zoneId and Locale,
which is used in
com.google.gwt.i18n.client.TimeZone#createTimeZone(String).zoneId - the ZoneId to get the daylight transitions fromlocale - the locale used to determine the short name of the time zoneCopyright © 2018 Vaadin Ltd. All rights reserved.