mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
DOCUMENTATION: DateTime handlers.
This commit is contained in:
@@ -441,7 +441,7 @@ namespace DiscImageChef.Filesystems
|
||||
for(int i = 0; i < item.elements; i++)
|
||||
{
|
||||
DateTime temp =
|
||||
DateHandlers.UNIXHrTimeToDateTime(BigEndianBitConverter.ToUInt64(nvlist, offset));
|
||||
DateHandlers.UnixHrTimeToDateTime(BigEndianBitConverter.ToUInt64(nvlist, offset));
|
||||
hrtimeArray[i] = temp;
|
||||
offset += 8;
|
||||
}
|
||||
@@ -451,7 +451,7 @@ namespace DiscImageChef.Filesystems
|
||||
else
|
||||
{
|
||||
item.value =
|
||||
DateHandlers.UNIXHrTimeToDateTime(BigEndianBitConverter.ToUInt64(nvlist, offset));
|
||||
DateHandlers.UnixHrTimeToDateTime(BigEndianBitConverter.ToUInt64(nvlist, offset));
|
||||
offset += 8;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user