You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Councilmatic code has many places where it needs to compare dates and datetimes.
For good reasons, the opencivicdata models store dates and datetimes as strings. Currently, we deal with this by extensively using annotations to cast to real datetimes.
We should just do this casting one on saving or updating the Councilmatic models in the signal handler.
The text was updated successfully, but these errors were encountered:
Councilmatic code has many places where it needs to compare dates and datetimes.
For good reasons, the opencivicdata models store dates and datetimes as strings. Currently, we deal with this by extensively using annotations to cast to real datetimes.
We should just do this casting one on saving or updating the Councilmatic models in the signal handler.
The text was updated successfully, but these errors were encountered: