mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Implement ISO9660 file record timestamp decoding.
This commit is contained in:
@@ -64,7 +64,7 @@ namespace DiscImageChef.Filesystems.ISO9660
|
||||
public byte Interleave;
|
||||
public ushort VolumeSequenceNumber;
|
||||
public string IsoFilename;
|
||||
public DateTime Timestamp;
|
||||
public DateTime? Timestamp;
|
||||
|
||||
public override string ToString() => IsoFilename;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user