Closed vincentdephily closed 2 years ago
@vincentdephily:
/etc/locale.gen
:
en_AU.UTF-8 UTF-8
C.UTF8 UTF-8
# env | grep -i lang
:
LANG=en_AU.UTF-8
# file /etc/localtime
:
/etc/localtime: symbolic link to /usr/share/zoneinfo/Australia/Melbourne
This bug should be fixed now, and the CI now runs the unittests on multiple timezones.
However, the fix currently forces timespans to UTC, which isn't a big issue for stats grouping but should still be fixed, so I'm leaving this bug open for a while longer.
Extracted from #19
I'm guessing that this is a timezone issue, despite trying to force the unittest to UTC. Maybe a mismatch between the UTC test and the Local code ? Not sure yet.
@flexibeast what is your
locale
and timezone, so I can try to reproduce ?