4 references to GetDateTimeOffsetFromSecondsSinceEpoch
System.Formats.Tar (4)
System\Formats\Tar\TarHeader.Read.cs (3)
391mTime: TarHelpers.GetDateTimeOffsetFromSecondsSinceEpoch(TarHelpers.ParseNumeric<long>(buffer.Slice(FieldLocations.MTime, FieldLengths.MTime))), 546_aTime = TarHelpers.GetDateTimeOffsetFromSecondsSinceEpoch(aTime); 552_cTime = TarHelpers.GetDateTimeOffsetFromSecondsSinceEpoch(cTime);
System\Formats\Tar\TarWriter.Unix.cs (1)
65entry._header._mTime = TarHelpers.GetDateTimeOffsetFromSecondsSinceEpoch(status.MTime);