Pomelo.EntityFrameworkCore.MySql icon indicating copy to clipboard operation
Pomelo.EntityFrameworkCore.MySql copied to clipboard

Update wiki with converter information regarding DateTimeOffset

Open lauxjpn opened this issue 6 years ago • 2 comments
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.

lauxjpn avatar Oct 03 '19 02:10 lauxjpn

Whats the default?

VictorioBerra avatar Oct 26 '19 15:10 VictorioBerra

[...] the default implementation to normalize every DateTimeOffset to UTC without offset before saving [...]

lauxjpn avatar Oct 27 '19 18:10 lauxjpn