This commit is contained in:
arcolinuxz 2024-07-02 08:38:31 +02:00
parent 92433c3100
commit 14531bc829
11 changed files with 806 additions and 569 deletions

View file

@ -25,7 +25,7 @@ class Kernel:
.date()
)
if datetime_value_other > datetime_value_self:
if datetime_value_other >= datetime_value_self:
return datetime_value_other