qutebrowser / qutebrowser

A keyboard-driven, vim-like browser based on Python and Qt.
https://www.qutebrowser.org/
GNU General Public License v3.0
9.71k stars 1.01k forks source link

Fix tests after year 2036 #8233

Closed bmwiedemann closed 4 months ago

bmwiedemann commented 4 months ago

Background: As part of my work on reproducible builds for openSUSE, I check that software still gives identical build results in the future. The usual offset is +16 years, because that is how long I expect some software will be used in some places. This showed up failing tests in our package build. See https://reproducible-builds.org/ for why this matters.

The-Compiler commented 4 months ago

Makes sense, thanks!