Class TimeUtils


  • public final class TimeUtils
    extends Object
    Time utils.
    • Method Detail

      • printDuration

        public static String printDuration​(double uptime)
        Prints the duration in a human readable format as X days Y hours Z minutes etc.
        Parameters:
        uptime - the uptime in millis
        Returns:
        the time used for displaying on screen or in logs