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 fc81e207a9
commit 432fa4258b
7 changed files with 294 additions and 6 deletions

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;