public final class TemporalConversions extends Object
Modifier and Type | Method and Description |
---|---|
static long |
toEpochMicros(java.time.Instant instant) |
static java.time.Instant |
toInstantFromMicros(long microsSinceEpoch) |
static java.time.LocalDate |
toLocalDate(Object obj) |
static java.time.LocalDateTime |
toLocalDateTime(Object obj,
java.time.ZoneId serverTimeZone) |
static java.time.LocalTime |
toLocalTime(Object obj) |
public static java.time.LocalDate toLocalDate(Object obj)
public static java.time.LocalTime toLocalTime(Object obj)
public static java.time.LocalDateTime toLocalDateTime(Object obj, java.time.ZoneId serverTimeZone)
public static long toEpochMicros(java.time.Instant instant)
public static java.time.Instant toInstantFromMicros(long microsSinceEpoch)
Copyright © 2024 The Apache Software Foundation. All rights reserved.