mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: prevent time zone issues
This commit is contained in:
@@ -393,7 +393,7 @@ class Domain
|
||||
|
||||
$expiresIn = $this->getExpiresInDays();
|
||||
|
||||
if (0 === $expiresIn) {
|
||||
if (0 === $expiresIn || 1 === $expiresIn) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user