public final class TimeHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static java.time.ZonedDateTime |
parseZoneDateTime(String value,
java.time.format.DateTimeFormatter formatter)
Workaround for https://bugs.openjdk.java.net/browse/JDK-8066982,
which at the moment has only been solved for JDK9.
|
public static java.time.ZonedDateTime parseZoneDateTime(String value, java.time.format.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 Hibernate. All rights reserved.