PMCORE-3196 CLONAR - [6261] La tarea 'Casos no asignados' en cron no funciona correctamente con 'system_utc_time_zone' habilitado

This commit is contained in:
Roly Gutierrez
2021-10-27 14:55:44 -04:00
parent 4c658beb1a
commit 582269b7f9
8 changed files with 64 additions and 57 deletions

View File

@@ -71,7 +71,7 @@ try {
$array['APP_TITLE'] = $Fields['TITLE'];
$array['USR_USERNAME'] = $Fields['APP_DATA']['USR_USERNAME'];
$array['USER_ENV'] = $Fields['APP_DATA']['SYS_SYS'];
$array['DATEPRINT'] = date( 'Y-m-d H:m:s' );
$array['DATEPRINT'] = date( 'Y-m-d H:i:s' );
}
$array['APP_PROCESS'] = $sProcess;