Format call flow summary timestamps (#7995)

This commit is contained in:
Alex
2026-05-27 11:50:47 -07:00
committed by GitHub
parent e1f6bf795e
commit f0ad45ee5c
+4
View File
@@ -350,6 +350,10 @@
else {
$start_time = date("Y-m-d g:i:s a", (int) $start_epoch);
$end_time = date("Y-m-d g:i:s a", (int) $end_epoch);
foreach($call_flow_summary as $x => $row) {
$call_flow_summary[$x]["start_stamp"] = date("Y-m-d g:i:s a", (int) $call_flow_summary[$x]["start_epoch"]);
$call_flow_summary[$x]["end_stamp"] = date("Y-m-d g:i:s a", (int) $call_flow_summary[$x]["end_epoch"]);
}
}
//set the year, month and date