chenwardT / lol_stats2

Website to perform match aggregation and analysis for Riot Games' League of Legends.
2 stars 0 forks source link

Unify use of timezones #7

Open chenwardT opened 8 years ago

chenwardT commented 8 years ago

Since development started, Django has a non-GMT timezone set, but the timezones for many things are explicitly stored in GMT (pytz.utc). Consider removing native timezone awareness, or replacing w/GMT.

This may require changes to extant model objects.