int2001 2023-07-28 13:13:21 +00:00
父节点 140a9daf4e
当前提交 2b29c6cbe4
找不到此签名对应的密钥
GPG 密钥 ID: DFB1C13CD2DB037B

查看文件

@ -210,9 +210,9 @@ class Labels extends CI_Controller {
foreach ($preliminaryData as $key => $row) {
$qso=$row;
$time = strtotime($qso['time']);
$myFormatForView = date("Y-m-d H:i", $time);
$myFormatForView = date("d.m.y H:i", $time);
$rowData = [
'Date/Time (UTC)' => $myFormatForView,
'Date/Time' => $myFormatForView,
'Band' => $row['band'],
'Mode' => $row['mode'],
'RST' => $row['rst'],