fix: prevent time zone issues

This commit is contained in:
Maël Gangloff
2025-02-07 08:32:19 +01:00
parent f0630f14b7
commit 5724584373

View File

@@ -393,7 +393,7 @@ class Domain
$expiresIn = $this->getExpiresInDays();
if (0 === $expiresIn) {
if (0 === $expiresIn || 1 === $expiresIn) {
return true;
}