<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />

DateTimeZoneHandling

public enum DateTimeZoneHandling
Specifies how to treat the time value when converting between string and DateTime.
namespace Newtonsoft.Json { public enum DateTimeZoneHandling { Local, Utc, Unspecified, RoundtripKind } }