2 references to GetDateTimeOffsetFromSecondsSinceEpoch
System.Formats.Tar (2)
System\Formats\Tar\TarHeader.Read.cs (1)
556return TarHelpers.GetDateTimeOffsetFromSecondsSinceEpoch(time);
System\Formats\Tar\TarWriter.Unix.cs (1)
65entry._header._mTime = TarHelpers.GetDateTimeOffsetFromSecondsSinceEpoch(status.MTime);