示例#1
0
 /**
  * Formats a given time as human readable timestamp.
  *
  * @param aTime the time to format.
  * @return a timestamp, never <code>null</code>.
  */
 private static String formatTimestamp(final double aTime) {
   return Unit.Time.toUnit(aTime).formatHumanReadable(aTime);
 }