comocheng / kineticmodelssite

a django site for kinetic models
4 stars 9 forks source link

Fix naive datetime warning #152

Closed kiancm closed 3 years ago

kiancm commented 3 years ago

Currently using datetime.now() to capture the time at which a revision to a model is made, but timezones should be supported.

This is no longer a problem since timestamps are not needed in the models anymore.