From 1afb72063af10ce09828b9155a90a1507bd8ea04 Mon Sep 17 00:00:00 2001 From: int2001 Date: Fri, 4 Aug 2023 05:35:43 +0000 Subject: [PATCH] Changed Header of label to DD.MM.YY UTC --- application/controllers/Labels.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Labels.php b/application/controllers/Labels.php index 6074b9cf..45ba9b4e 100644 --- a/application/controllers/Labels.php +++ b/application/controllers/Labels.php @@ -297,7 +297,7 @@ class Labels extends CI_Controller { $time = strtotime($qso['time']); $myFormatForView = date("d.m.y H:i", $time); $rowData = [ - 'Date/Time' => $myFormatForView, + 'DD.MM.YY UTC' => $myFormatForView, 'Band' => $row['band'], 'Mode' => $row['mode'], 'RST' => $row['rst'],