Help for this page
$sth = $dbh->prepare(...); $sth->execute($obj->now);
$sth->execute(0+$obj->now);
has now => ( is => 'rw' );