http://irc.apertus.org/index.php
Only showing months with 31 days (no Feb, April, etc)
Months =! 31 days are replaced by the next month.
Interesting glitch :-)
http://irc.apertus.org/index.php
Only showing months with 31 days (no Feb, April, etc)
Months =! 31 days are replaced by the next month.
Interesting glitch :-)
fixed.
turns out the problem was that strtotime (currentdatetime - 1 month); on the last day of the month generated a time that is exactly the first second of the current month because the server timezone is not UTC (30th november 23:00 GMT) from today 31st of december) so I now subtract 1 second from the result and everything is working as expected again :)
Now just need to add some file exist check : http://irc.apertus.org/index.php?day=01&month=01&year=2020
and hopefully only open the files we agree to show (aka as the irc logs :-) )