fe591f6be7
* fix stats calendar daylight saving time offset bug Previously, when computing counts for the calendar in the stats menu, it was assumed that days had 86,400 seconds. However, this assumption does not hold true on the day when daylight savings occurs. * add self to CONTRIBUTORS and about.py * fix stats calendar anki day to calendar day mapping Since Anki days don't necessarily roll over at midnight, mapping an Anki day into a calendar day needs to have a linear shift applied. By providing the frontend with access to the scheduler's rollover hour, we can account for this offset. |
||
---|---|---|
.. | ||
ascii_percent_encoding | ||
benches | ||
build | ||
i18n | ||
i18n_helpers | ||
linkchecker | ||
src | ||
tests/support | ||
.gitignore | ||
bench.sh | ||
Cargo.toml | ||
README.md |
Anki's Rust code.