MCPcopy Create free account
hub / github.com/MenoData/Time4J / normalize

Method normalize

base/src/main/java/net/time4j/tz/Timezone.java:705–709  ·  view source on GitHub ↗
(TZID tzid)

Source from the content-addressed store, hash-verified

703 * @since 4.36
704 */
705 public static TZID normalize(TZID tzid) {
706
707 return normalize(tzid.canonical());
708
709 }
710
711 /**
712 * <p>Tries to normalize given timezone identifier on the base of best efforts. </p>

Callers 5

normalizeMethod · 0.95
normalizeMethod · 0.95
normalizeMethod · 0.95
normalizeMethod · 0.95
toStringMethod · 0.95

Calls 8

getAliasesMethod · 0.95
resolveMethod · 0.95
containsKeyMethod · 0.80
canonicalMethod · 0.65
isEmptyMethod · 0.65
getMethod · 0.65
lengthMethod · 0.45
equalsMethod · 0.45

Tested by 4

normalizeMethod · 0.76
normalizeMethod · 0.76
normalizeMethod · 0.76
normalizeMethod · 0.76