Closed mvorisek closed 2 years ago
also drop Field::persist_format and Field::persist_timezone properties (datetime is always stored (and converted to) in UTC)
Field::persist_format
Field::persist_timezone
datetime
if a custom persist format/timezone is wanted, implement a custom persistence or add a custom/named DBAL type
also drop
Field::persist_format
andField::persist_timezone
properties (datetime
is always stored (and converted to) in UTC)if a custom persist format/timezone is wanted, implement a custom persistence or add a custom/named DBAL type