diff --git a/gen_vor.php b/gen_vor.php index 845fa6b..ea2a230 100644 --- a/gen_vor.php +++ b/gen_vor.php @@ -8,7 +8,7 @@ $fil = file($file_txt, FILE_IGNORE_NEW_LINES); // Insert header $arr = ['| | | |', '|:------|:------|:------|']; $ts=(new DateTime('first day of this month'))->getTimeStamp(); -$tues_ts = strtotime('fourth tuesday of this month + 1 day', $ts); +$tues_ts = strtotime('fourth tuesday of this month', $ts); // Are we past the fourth Tuesday of the month? if ((new DateTime())->getTimeStamp() >= $tues_ts) {