%t and %lt variables can be used to hold a datetime, which will be formatted to mysql standards

This commit is contained in:
Sergey Tsalkov
2013-06-02 19:10:28 -07:00
parent b6397a719c
commit 9e4cbc28c1
3 changed files with 22 additions and 7 deletions

View File

@@ -23,6 +23,8 @@ function microtime_float()
if (phpversion() >= '5.3') $is_php_53 = true;
else $is_php_53 = false;
ini_set('date.timezone', 'America/Los_Angeles');
error_reporting(E_ALL | E_STRICT);
require_once '../db.class.php';
include 'test_setup.php'; //test config values go here