Use NodaTime for date/time handling #31

Closed
opened 2022-08-20 14:57:09 +00:00 by danieljsummers · 1 comment
danieljsummers commented 2022-08-20 14:57:09 +00:00 (Migrated from github.com)

.NET's DateTime type is not ideal for dealing with time zones, parsing, etc. Use it for all data-related date storage; we may still need to convert to DateTime for display (as DotLiquid knows that type), but the storage and calculation will be more explicit.

This will require migration for SQLite and RethinkDB data stores.

.NET's `DateTime` type is not ideal for dealing with time zones, parsing, etc. Use it for all data-related date storage; we may still need to convert to `DateTime` for display (as DotLiquid knows that type), but the storage and calculation will be more explicit. This will require migration for SQLite and RethinkDB data stores.
danieljsummers commented 2022-08-21 19:52:58 +00:00 (Migrated from github.com)

This has been completed, and will be part of v2-rc2

This has been completed, and will be part of v2-rc2
Sign in to join this conversation.
No description provided.