@Internal public class TimestampConverter extends java.lang.Object
Constructor and Description |
---|
TimestampConverter() |
Modifier and Type | Method and Description |
---|---|
static Instant |
microsecondToInstant(long microsecond) |
static Instant |
toJodaTime(org.threeten.bp.Instant threetenInstant) |
static long |
toSeconds(Instant jodaInstant) |
static org.threeten.bp.Instant |
toThreetenInstant(Instant jodaInstant) |
public static org.threeten.bp.Instant toThreetenInstant(Instant jodaInstant)
public static Instant toJodaTime(org.threeten.bp.Instant threetenInstant)
public static long toSeconds(Instant jodaInstant)
public static Instant microsecondToInstant(long microsecond)