Skip to content
Verified Commit f40d54c9 authored by Ingo Klöcker's avatar Ingo Klöcker Committed by Ingo Klöcker
Browse files

Use the appropriate std::chrono type for the thresholds

Use the std::chrono::duration "days" as type for the thresholds. Since
std::chrono::days exists since C++20 we add our own typedef.
Internally, also always use days instead of a mix of seconds and days by
using an Expiration type.
Additionally, change the meaning of the UI texts "... expired n days ago"
to mean "n full days ago".
parent a8d36942
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment