You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
EntityFrameworkCore.Jet/src
Christopher Jolly 7b6ee168e2
Properly read and write UTC values for DateTimeOffset (#188)
MS Access does not have a DateTimeOffset data type so the value should be converted to UTC and saved as a normal date/time

This fixes 2 things

Regression in 7.0 series where the DateTimeOffset was being written as Local time and not UTC.
When reading the value and converting from a DateTime, the Offset value ended up being implicitly set to the systems local time zone offset. A DateTimeOffset from a UTC value should actually have an offset of 0. This has been wrong since the 2.2 series
2 years ago
..
EFCore.Jet Properly read and write UTC values for DateTimeOffset (#188) 2 years ago
EFCore.Jet.Data Properly read and write UTC values for DateTimeOffset (#188) 2 years ago
EFCore.Jet.Odbc Fix and update dependencies and project files. (#144) 2 years ago
EFCore.Jet.OleDb Fix and update dependencies and project files. (#144) 2 years ago
Shared Update to .Net 8 2 years ago
Directory.Build.props Update project in regards to new organization and CI. (#160) 2 years ago
EFCore.ruleset