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) { diff --git a/past.md b/past.md index f12e9ab..93f4791 100644 --- a/past.md +++ b/past.md @@ -1,5 +1,6 @@ | | | | |:------|:------|:------| +| Dienstag, 25.01.2022 | Fortgeschrittene Netzwerkgrundlagen I (Interfaces, Netzwerktypen, statisches Routing, DNS-Klienten) [Folien](/talks/lugfrankfurt-network1.pdf) | Daniel | | Dienstag, 23.11.2021 | Erfahrungsbericht der Website-Migration [Folien Oliver](/talks/Hugo.pdf) [Folien Christoph](/talks/20211123_website_christoph.pdf) | Oliver + Christoph | | Dienstag, 26.10.2021 | Meine ersten Schritte mit git | Bernhard | | Dienstag, 28.09.2021 | Mitgliederversammlung [Folien](/talks/FraLUG_MV_2021.pdf) | Alle | diff --git a/vor.txt b/vor.txt index befe0a5..6f09150 100644 --- a/vor.txt +++ b/vor.txt @@ -1,4 +1,4 @@ -| Fortgeschrittene Netzwerkgrundlagen I (Interfaces, Netzwerktypen, statisches Routing, DNS-Klienten) | Daniel | | Fortgeschrittene Netzwerkgrundlagen II (dynamisches Routing, Firewalls, IPS) | Daniel | | Whonix | Ben | | April-FAQ | alle | +| RedisGears: Redis programmierbar! | Christoph |