Skip to content

Commit

Permalink
Merge pull request #1178 from csrdelft/fix-ishetal
Browse files Browse the repository at this point in the history
Fix ishetal dies datum
  • Loading branch information
pmvz authored Mar 30, 2024
2 parents cefa334 + 9916f2f commit 24c5bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/view/IsHetAlView.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ public function __construct(
// TODO: Weghalen dat sponsorkliks wordt laten zien

case 'dies':
$begin = strtotime('2023-02-13');
$einde = strtotime('2023-02-24');
$begin = strtotime('2024-02-13');
$einde = strtotime('2024-02-23');
$nu = strtotime(date('Y-m-d'));
if ($nu > $einde) {
$begin = strtotime('+1 year', $begin);
Expand Down

0 comments on commit 24c5bba

Please sign in to comment.