usgo / agagd

American Go Association Games Database (AGAGD)

Home Page:https://agagd.usgo.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Support for Django's Native DateTime with TimeZones

michaelhiiva opened this issue · comments

Summary of the Bug

Django fails when changing DATE because both the database and the AGAGD do not support datetimes with timezones.

Reference Issues

The Expected Behaviour

The AGAGD supports localized time for each page.

Notes

  • Setting USE_TZ to False is not a solution to this issue.