Class TimeUtil

java.lang.Object
ch.qos.logback.core.util.TimeUtil

@Deprecated(since="2022-01-27") public class TimeUtil extends Object
Deprecated.
  • Constructor Details

    • TimeUtil

      public TimeUtil()
      Deprecated.
  • Method Details

    • computeStartOfNextSecond

      public static long computeStartOfNextSecond(long now)
      Deprecated.
    • computeStartOfNextMinute

      public static long computeStartOfNextMinute(long now)
      Deprecated.
    • computeStartOfNextHour

      public static long computeStartOfNextHour(long now)
      Deprecated.
    • computeStartOfNextDay

      public static long computeStartOfNextDay(long now)
      Deprecated.
    • computeStartOfNextWeek

      public static long computeStartOfNextWeek(long now)
      Deprecated.
    • computeStartOfNextMonth

      public static long computeStartOfNextMonth(long now)
      Deprecated.