Home
last modified time | relevance | path

Searched refs:timezoneh_s (Results 1 – 1 of 1) sorted by relevance

/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
DSafeConstructor.java349 String timezoneh_s = match.group(8); in construct() local
352 if (timezoneh_s != null) { in construct()
354 timeZone = TimeZone.getTimeZone("GMT" + timezoneh_s + time); in construct()