mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 17:12:55 +02:00
...and change the parameter types from i64 to double, as predicted by a FIXME. The issue here is that integer division with a negative dividend doesn't yield the same result as floating point division wrapped in floor(). Additionally, the `days` variable needs to be signed.
29 KiB
29 KiB