MUlt1mate / cron-manager

A PHP cron task manager for MVC-type applications
MIT License
405 stars 70 forks source link

Update DbHelper.php #4

Closed Swader closed 8 years ago

Swader commented 8 years ago

MySQL throws invalid format on the zero-date string if column is TIMESTAMP. Changing to DATETIME or changing the default value to CURRENT_TIMESTAMP like I did here accomplishes the same thing without errors.

MUlt1mate commented 8 years ago

Thank you