Pomelo.EntityFrameworkCore.MySql
Pomelo.EntityFrameworkCore.MySql copied to clipboard
Update wiki with converter information regarding DateTimeOffset
trafficstars
There are multiple options available to handle DateTimeOffsets. One is the default implementation to normalize every DateTimeOffset to UTC without offset before saving.
Others can be chosen in form of converters.
See https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/issues/819#issuecomment-531132122 for an overview about the information that should be provided by the wiki for 3.0.0.
Whats the default?
[...] the default implementation to normalize every
DateTimeOffsetto UTC without offset before saving [...]