Changed Header of label to DD.MM.YY UTC

这个提交包含在:
int2001 2023-08-04 05:35:43 +00:00
父节点 14cff47f04
当前提交 1afb72063a
找不到此签名对应的密钥
GPG 密钥 ID: DFB1C13CD2DB037B

查看文件

@ -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'],