Use NodaTime for date/time handling #31
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
.NET's
DateTimetype is not ideal for dealing with time zones, parsing, etc. Use it for all data-related date storage; we may still need to convert toDateTimefor 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.
This has been completed, and will be part of v2-rc2