Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[frontend/statistics] Fixing missing timezone in datetime key
Using datetime objects as dictionnary keys will change depending on if a timezone was given. If a timezone is given the key will have an offset in addition to the date and time. In our case, adding the utc timezone to the c key solves the problem.
- Loading branch information