Remove the timezone from now()
This commit is contained in:
parent
06f580ab05
commit
2a90732936
|
|
@ -200,7 +200,7 @@ if (!function_exists('fax_enqueue')) {
|
|||
$dial_string .= "fax_task_uuid='".$fax_task_uuid."',";
|
||||
$description = ''; //! @todo add description
|
||||
if ($db_type == "pgsql") {
|
||||
$date_utc_now_sql = "NOW() at time zone 'utc'";
|
||||
$date_utc_now_sql = "NOW()";
|
||||
}
|
||||
if ($db_type == "mysql") {
|
||||
$date_utc_now_sql = "UTC_TIMESTAMP()";
|
||||
|
|
@ -751,4 +751,4 @@ if (!function_exists('fax_split_dtmf')) {
|
|||
fclose($fp);
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue