Package org.fcrepo.search.impl
Class InstantParser
java.lang.Object
org.fcrepo.search.impl.InstantParser
A utility class for parsing a variety of different date/time formats into an Instant.
- Author:
- dbernstein
-
Method Summary
-
Method Details
-
parse
Parse a datestring into an instant. If timezone or time information is missing, UTC is assumed.- Parameters:
dateString- The date string- Returns:
- an instant
-