ahockersten / lierogbg

The LieroGBG ranking and match system. It's a Django + Bootstrap web application used for managing a Liero ranking system.
GNU General Public License v3.0
1 stars 1 forks source link

Fix time/timezone issues #20

Open ahockersten opened 8 years ago

ahockersten commented 8 years ago

The server is currently configured to be running on timezone Europe/Stockholm. The function for adding matches also sends a naive datetime, assuming that the one sent is in the same timezone as the server.

This "works" at the moment, but the server should have the timezone set to UTC, and automatically convert all date coming from the user from the user's timezone.