From f0ad45ee5ced95901a6f4dd683618218ef312ba8 Mon Sep 17 00:00:00 2001 From: Alex <40072887+alexdcrane@users.noreply.github.com> Date: Wed, 27 May 2026 11:50:47 -0700 Subject: [PATCH] Format call flow summary timestamps (#7995) --- app/xml_cdr/xml_cdr_details.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/xml_cdr/xml_cdr_details.php b/app/xml_cdr/xml_cdr_details.php index 81b3c457c..407baedb1 100644 --- a/app/xml_cdr/xml_cdr_details.php +++ b/app/xml_cdr/xml_cdr_details.php @@ -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