#TIL that Python's .rstrip(chars) removes any trailing given chars, not the exact given string.
Caused some weird duration displays in #annextimelog, now fixed:
https://gitlab.com/nobodyinperson/annextimelog/-/commit/2b753c84347281df0206078f1583a0171dd5db3d

