time zone NOT NULL,
После перехода со старой 3.0.1 на новую версию 6.0.3 Npgsql.EntityFrameworkCore.PostgreSQL попытка вставить туда DateTime.Now завершается ошибкой:
Cannot write DateTime with Kind=Local to PostgreSQL type 'timestamp with time zone', only UTC is supported. Note that it's not possible to mix DateTimes with different Kinds in an array/range. See the Npgsql.EnableLegacyTimestampBehavior AppContext switch to enable legacy behavior.
Где это легаси поведение наконфигурить?
Npgsql.EnableLegacyTimestampBehavior
Что-то такое здесь уже видел. Поищи в чатике
DateTime.UtcNow соотвественно работает
Обсуждают сегодня