-
-
Field Summary
Fields Modifier and Type Fields Description static String
MILLISECONDS_SINCE_EPOCH
Unit for the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.static String
TICKS
Unit for the number of ticks that have transpired since some arbitrary starting date.
-
-
-
Field Detail
-
MILLISECONDS_SINCE_EPOCH
static final String MILLISECONDS_SINCE_EPOCH
Unit for the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.
-
-
-
TICKS
static final String TICKS
Unit for the number of ticks that have transpired since some arbitrary starting date.
-
-
Element Detail
-
value
String value
Unit for timestamp.- Returns:
- timestamp unit, not
null
- Default:
- "MILLISECONDS_SINCE_EPOCH"
-
-