mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
DOCUMENTATION: Removed unneeded AppleDouble DateTime handler.
This commit is contained in:
@@ -44,7 +44,6 @@ namespace DiscImageChef
|
||||
// Day 0 of Julian Date system
|
||||
static readonly DateTime JulianEpoch = new DateTime(1858, 11, 17, 0, 0, 0);
|
||||
static readonly DateTime AmigaEpoch = new DateTime(1978, 1, 1, 0, 0, 0);
|
||||
static readonly DateTime AppleDoubleEpoch = new DateTime(1970, 1, 1, 0, 0, 0);
|
||||
|
||||
/// <summary>
|
||||
/// Converts a Macintosh timestamp to a .NET DateTime
|
||||
@@ -290,12 +289,6 @@ namespace DiscImageChef
|
||||
return temp;
|
||||
}
|
||||
|
||||
// TODO: This is unix
|
||||
public static DateTime AppleDoubleToDateTime(ulong AppleDoubleTimeStamp)
|
||||
{
|
||||
return AppleDoubleEpoch.AddSeconds(AppleDoubleTimeStamp);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Converts an ECMA timestamp to a .NET DateTime
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user