Class TimeUtils

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

@Deprecated public final class TimeUtils extends Object
Deprecated.
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
See Also: