Added support for the CD-i filesystem described in Green Book.

This commit is contained in:
2017-10-13 21:50:10 +01:00
parent 6af9671694
commit 26c6f5607f

View File

@@ -88,6 +88,7 @@ namespace DiscImageChef
return ISO9660ToDateTime(isotime);
}
// TODO: Timezone
public static DateTime ISO9660ToDateTime(byte[] VDDateTime)
{
int year, month, day, hour, minute, second, hundredths;