Requires another change. Line 313 of libs/includepoll.inc.php looks like:

if (time() < $pstart) {

That, should be:

if ($html->get_date() < $pstart) {