fsprojects / SQLProvider

A general F# SQL database erasing type provider, supporting LINQ queries, schema exploration, individuals, CRUD operations and much more besides.
https://fsprojects.github.io/SQLProvider
Other
570 stars 144 forks source link

Fix "timestamp with timezone" mapping into DateTimeOffset #649

Closed Zaid-Ajaj closed 4 years ago

Zaid-Ajaj commented 4 years ago

Columns of type "timestamp with timezone" should have time DateTimeOffset instead of DateTime because otherwise you lose the timezone information

Zaid-Ajaj commented 4 years ago

Closing because it seems I don't understand timezones quite yet, thanks @kerams for explaining it to me once again in this comment