using System;
namespace ErsatzTV.Core
{
public static class SystemTime
public static DateTime MinValueUtc = new(0, DateTimeKind.Utc);
}