.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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
.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