Wayne Merricks 65be7b3f5f importers/rivendell_filter.cpp MySQL v5.7+ date/time changes
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.
2016-06-04 23:45:17 +01:00
..