General code refactor.

This commit is contained in:
2021-08-17 21:22:58 +01:00
parent e1a7abc1a6
commit f173fb5d70
11 changed files with 591 additions and 628 deletions

View File

@@ -36,9 +36,7 @@ using Aaru.Console;
namespace Aaru.Helpers
{
/// <summary>
/// Helper operations for timestamp management (date and time)
/// </summary>
/// <summary>Helper operations for timestamp management (date and time)</summary>
public static class DateHandlers
{
static readonly DateTime _lisaEpoch = new DateTime(1901, 1, 1, 0, 0, 0);