public final class DateTimeEncoding extends Object
| Modifier and Type | Method and Description |
|---|---|
static long |
packDateTimeWithZone(long millisUtc,
int offsetMinutes) |
static long |
packDateTimeWithZone(long millisUtc,
String zoneId) |
static long |
packDateTimeWithZone(long millisUtc,
TimeZoneKey timeZoneKey) |
static long |
unpackMillisUtc(long dateTimeWithTimeZone) |
static TimeZoneKey |
unpackZoneKey(long dateTimeWithTimeZone) |
static long |
updateMillisUtc(long newMillsUtc,
long dateTimeWithTimeZone) |
public static long packDateTimeWithZone(long millisUtc,
String zoneId)
public static long packDateTimeWithZone(long millisUtc,
int offsetMinutes)
public static long packDateTimeWithZone(long millisUtc,
TimeZoneKey timeZoneKey)
public static long unpackMillisUtc(long dateTimeWithTimeZone)
public static TimeZoneKey unpackZoneKey(long dateTimeWithTimeZone)
public static long updateMillisUtc(long newMillsUtc,
long dateTimeWithTimeZone)
Copyright © 2012-2015. All Rights Reserved.