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:
@@ -121,7 +121,7 @@ namespace DiscImageChef.Decoders.SCSI
|
|||||||
|
|
||||||
if(page.WT)
|
if(page.WT)
|
||||||
{
|
{
|
||||||
sb.AppendFormat("\tDrive's date/time is: {0}", DateHandlers.UNIXUnsignedToDateTime(page.WorldTime))
|
sb.AppendFormat("\tDrive's date/time is: {0}", DateHandlers.UnixUnsignedToDateTime(page.WorldTime))
|
||||||
.AppendLine();
|
.AppendLine();
|
||||||
if(page.UTC) sb.AppendLine("\tDrive's time is UTC");
|
if(page.UTC) sb.AppendLine("\tDrive's time is UTC");
|
||||||
if(page.NTP) sb.AppendLine("\tDrive's time is synchronized with a NTP source");
|
if(page.NTP) sb.AppendLine("\tDrive's time is synchronized with a NTP source");
|
||||||
|
|||||||
Reference in New Issue
Block a user