diff --git a/config.php b/config.php index c88cd36..32e5653 100644 --- a/config.php +++ b/config.php @@ -129,7 +129,7 @@ See AUTHORS to learn who helped make it become a reality. // Version Number define('_VersionMajor', "1"); define('_VersionMinor', "2"); - define('_VersionPatchLevel', "2"); + define('_VersionPatchLevel', "3"); /* ***** END VARIOUS SETTINGS ***** diff --git a/db-drv/odbc_mysql_.php b/db-drv/odbc_mysql_.php index 5d2fc95..bd0fcbf 100644 --- a/db-drv/odbc_mysql_.php +++ b/db-drv/odbc_mysql_.php @@ -45,6 +45,10 @@ SQL_CURSOR_STATIC (integer) function dbc_sql_timeformat($timestamp) { + if (isset(_UTCtime) && _UTCtime) + { + $timestamp = GetUTCtime($timestamp); + } //use '#' for MS Access //return "#".date("Y-m-d H:i:s", $timestamp)."#"; //return "#".date("m/d/Y H:i:s", $timestamp)."#"; diff --git a/scripts/config.php.ex b/scripts/config.php.ex index e242d0b..f3e9ac9 100644 --- a/scripts/config.php.ex +++ b/scripts/config.php.ex @@ -131,7 +131,7 @@ See AUTHORS to learn who helped make it become a reality. // Version Number define('_VersionMajor', "1"); define('_VersionMinor', "2"); - define('_VersionPatchLevel', "2"); + define('_VersionPatchLevel', "3"); /*