public final class TimeHelper extends Object
Modifier and Type | Method and Description |
---|---|
static ZonedDateTime |
parseZoneDateTime(String value,
DateTimeFormatter formatter)
Workaround for https://bugs.openjdk.java.net/browse/JDK-8066982,
which at the moment has only been solved for JDK9.
|
public static ZonedDateTime parseZoneDateTime(String value, DateTimeFormatter formatter)
Tested against TCKDTFParsedInstant in http://hg.openjdk.java.net/jdk9/dev/jdk/rev/f371bdfb7875 with both JDK8b101 and JDK9 (early access - build 137).
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved