Handling DateTimeOffset in SQLite with Entity Framework Core
Often, you'll use SQL Server or Postgres in production, but rely on Sqlite for unit and integration tests. With ASP.NET Core 3.0, there have been some changes when working with DateTimeOffsets in your database models.…