✅ How to save to database with ISO format?
Hello, I'd like to save datetime with timezone to database. I use NodaTime for this. Let's look into my code:
BaseEntity:
It works good. I see almost correctly filled date and time zone in database when user creates entity.
BaseEntity:
GetTimeZone extension to automatically get time zone:It works good. I see almost correctly filled date and time zone in database when user creates entity.
CreatedAt should be in ISO format but it looks not like ISO format in database