HOR-267 "TimeZone> Las fechas del case History no son..." SOLVED

This commit is contained in:
Luis Fernando Saisa Lopez
2016-03-01 14:55:19 -04:00
parent 954ea53d72
commit a79de9a238

View File

@@ -48,7 +48,7 @@ if ($actionAjax == 'historyGridList_JXP') {
$newDir = '/tmp/test/directory';
G::verifyPath( $newDir );
$r = new stdclass();
$r->data = $aProcesses;
$r->data = \ProcessMaker\Util\DateTime::convertUtcToTimeZone($aProcesses);
$r->totalCount = 2;
echo G::json_encode( $r );