randomouscrap98 / contentapi

A generic content system to make some kinda standard websites
GNU General Public License v3.0
9 stars 2 forks source link

Fix database datetime formats #109

Closed randomouscrap98 closed 2 years ago

randomouscrap98 commented 2 years ago

First, find a way to change the datetime mapper for Dapper. I think it's just SqlMapper.something.

Then, write a small program (in python? C#?) to convert ALL the datetime fields in the database to true UTC format (T and Z)