diff --git a/Start-DoneTickNotifier.ps1 b/Start-DoneTickNotifier.ps1 index 10a14ca..244bc85 100644 --- a/Start-DoneTickNotifier.ps1 +++ b/Start-DoneTickNotifier.ps1 @@ -66,7 +66,7 @@ while ($true) { { if ($chore.nextDueDate) { - $dueDate = Get-Date $chore.nextDueDate + $dueDate = (Get-Date $chore.nextDueDate).ToLocalTime() if (($dueDate - $today).Days -lt 0) #OVERDUE { write-host "$($chore.name) $dueDate is overdue!"