Postgres .NET 6 DateTime Issue

AppContext.SetSwitch("Npgsql.EnableLegacyTimestampBehavior", true);
to the Startup Configure method
Defeated Dolphin