I found these datetime scattered thru out a WordPress database. Which understandably makes cl-mysql-system::string-to-date cranky. The mysql doc http://dev.mysql.com/doc/refman/5.0/en/datetime.html say "Illegal DATE, DATETIME, or TIMESTAMP values are converted to the “zero” value of the appropriate type ('0000-00-00' or '0000-00-00 00:00:00').". But then I notice some people talking about null values. I'm not enough of a sql/mysql maven to know how these ought to be handled.
I did this so as to be able to get on with my read-only life...
I found these datetime scattered thru out a WordPress database. Which understandably makes cl-mysql-system::string-to-date cranky. The mysql doc http://dev.mysql.com/doc/refman/5.0/en/datetime.html say "Illegal DATE, DATETIME, or TIMESTAMP values are converted to the “zero” value of the appropriate type ('0000-00-00' or '0000-00-00 00:00:00').". But then I notice some people talking about null values. I'm not enough of a sql/mysql maven to know how these ought to be handled.
I did this so as to be able to get on with my read-only life...