mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Added support for the CD-i filesystem described in Green Book.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user