Package no.unit.nva.model.time
Interface Time
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringUNIVERSAL_TIMEZONEstatic java.lang.StringZEROED_MILLISECONDS_IN_TZ
-
Method Summary
All Methods Static Methods Deprecated Methods Modifier and Type Method Description static java.time.InstantconvertToInstant(java.lang.String candidate)static booleanisInstant(java.lang.String candidate)Deprecated.static java.time.InstantparseLocalDate(java.lang.String candidate)Deprecated.
-
-
-
Field Detail
-
UNIVERSAL_TIMEZONE
static final java.lang.String UNIVERSAL_TIMEZONE
- See Also:
- Constant Field Values
-
ZEROED_MILLISECONDS_IN_TZ
static final java.lang.String ZEROED_MILLISECONDS_IN_TZ
- See Also:
- Constant Field Values
-
-