public final class TimeUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
XSD_DATE_TIME_FORMAT
the fully qualified xsd-datetime definition
|
| Constructor and Description |
|---|
TimeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Instant |
parseDateTime(String dateTime)
this method will try to parse the date time send in a scim resource request.
|
public static final String XSD_DATE_TIME_FORMAT
public static Instant parseDateTime(String dateTime)
dateTime - the date time representation that should be parsedInvalidDateTimeRepresentationException - if the given string does not apply to the xsd:dateTime
definitionCopyright © 2019. All rights reserved.