Class TimeHelpers

java.lang.Object
org.dspace.util.TimeHelpers

public class TimeHelpers extends Object
Various manipulations of dates and times.
Author:
mwood
  • Method Details

    • toMidnightUTC

      public static LocalDateTime toMidnightUTC(LocalDateTime from)
      Set a Date's time to midnight UTC.
      Parameters:
      from - some date-time.
      Returns:
      midnight UTC of the supplied date-time.