@Internal
public class TimestampConverter
extends java.lang.Object
| Constructor and Description |
|---|
TimestampConverter() |
| Modifier and Type | Method and Description |
|---|---|
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) |