Package org.dspace.util
Class TimeHelpers
java.lang.Object
org.dspace.util.TimeHelpers
Various manipulations of dates and times.
- Author:
- mwood
-
Method Summary
Modifier and TypeMethodDescriptionstatic LocalDateTimetoMidnightUTC(LocalDateTime from) Set a Date's time to midnight UTC.
-
Method Details
-
toMidnightUTC
Set a Date's time to midnight UTC.- Parameters:
from- some date-time.- Returns:
- midnight UTC of the supplied date-time.
-