Can I see a copy of the page? What version of the mail server behavior are you using? You might try updating to the latest version of DataBridge. You may also try setting the timezone on the top of the php page like:
<?php
date_default_timezone_set('America/Los_Angeles');
?>