]> git.ipfire.org Git - oddments/collecty.git/commit
Enforce running with UTC
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 23 Oct 2015 20:09:56 +0000 (22:09 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 23 Oct 2015 20:09:56 +0000 (22:09 +0200)
commit682b512d9b86eecb472ea3bcf89bfb02ee98082b
treeb423a592414d721cc8da388b7c4a84fb0e14d290
parentc6e8015b803bbb65cea9d9f1e3fc8f5462bca63b
Enforce running with UTC

collecty records all data in UTC and writes them to the database
in UTC as well. When the system uses a different timezone the database
"corrects" the timestamps what we don't want here. Hence we force
resetting the timezone to UTC.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/collecty/daemon.py