]> git.xonotic.org Git - xonotic/xonstat.git/commit
Force create_dt to start_dt for games.
authorAnt Zucaro <azucaro@gmail.com>
Wed, 27 Jan 2016 01:16:57 +0000 (20:16 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Wed, 27 Jan 2016 01:16:57 +0000 (20:16 -0500)
commit594417dc3d2a9aebf99ffbe510adfa80ae7dbc1d
treed623db0616ba42670f11d92417b790ec72ca7c2b
parentadd0c904ee8950c43d83cdc1d65228f43b37bede
Force create_dt to start_dt for games.

There's some drift in the database between the two, when in actuality they
should only be milliseconds apart. The start_dt *was* being set via the
application and the create_dt with a database default. The values resulting
from the defaults were sometimes minutes earlier, which doesn't makes sense.
Until the true cause is identified I'll force the two to be the same.
xonstat/views/submission.py