allowing for setting timezone
Security / security (push) Successful in 2m5s

This commit is contained in:
2026-05-14 21:20:00 -05:00
parent 1dc15708b9
commit 3a39a39be8
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -109,6 +109,7 @@ while ($true) {
}
Write-Host "Finding next notification time..."
Write-Host "Current time: $(Get-Date)"
$nextNotificationTomorrow = $true
foreach($time in $notificationTimes)
{