goodtune / vitriolic

This project unifies the various sub-projects Touch Technology has created over the years that were intended to be reusable in isolation, but in practice never stood alone for long.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Remove all branches for USE_TZ #45

Open goodtune opened 1 year ago

goodtune commented 1 year ago

We have tried to support USE_TZ but it isn't worth it. We always deploy with it set to True, so just do away with the extra burden of maintaining this.

goodtune commented 1 year ago

This appearing in the test suite is super annoying.

RuntimeWarning: DateTimeField Match.datetime received a naive datetime (2021-09-10 03:53:04.460526) while time zone support is active.

Getting rid of it will be a nice win for my sanity.