Class TimeUtils

java.lang.Object
org.apache.commons.compress.utils.TimeUtils

public final class TimeUtils extends Object
Utility class for handling time-related types and conversions.

Understanding UNIX vs NTFS timestamps:

  • A UNIX timestamp is a primitive long starting at the UNIX Epoch on January 1st, 1970 at Coordinated Universal Time (UTC)
  • An NTFS timestamp is a file time is a 64-bit value that represents the number of 100-nanosecond intervals that have elapsed since 12:00 A.M. January 1, 1601 Coordinated Universal Time (UTC).
Since:
1.23