public final class TimeZoneUtils extends Object
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
createOlsonTimeZoneToMsMap() |
static String |
getMicrosoftTimeZoneName(TimeZone timeZone)
Convert Olson TimeZone to Microsoft TimeZone Generated using Unicode CLDR project Example:
https://gist.github.com/scottmac/655675e9b4d4913c539c
|
public static String getMicrosoftTimeZoneName(TimeZone timeZone)
timeZone
- java timezone (Olson)public static Map<String,String> createOlsonTimeZoneToMsMap()
Copyright © 2012–2015 Microsoft. All rights reserved.