mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-03 07:33:51 +01:00
Unsure if the times can be invalid but old MySQL values can have 0000-00-00 as dates but the 5.7+ can't. There is a null check for this but I'm not 100% sure whether 0000-00-00 passes the isNull. Put in a date check for both just in case.