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