Soil icon indicating copy to clipboard operation
Soil copied to clipboard

Serializer: Need a better way of serializing/materializing Date

Open noha opened this issue 2 years ago • 0 comments

Date is modelled with a DateAndTime hence the offset is to be stored in order not to change the Date that is read from database. Conceptually a Date has no timezone it is a different concept. The timezone just introduced all sorts of subtle errors. So we might should come up with a non-timezone related format

noha avatar Dec 09 '22 09:12 noha