Update Cat.php

这个提交包含在:
Peter Goodhall 2022-08-01 11:18:19 +01:00
父节点 c9047ae0e2
当前提交 8b333ca691

查看文件

@ -7,8 +7,7 @@
if ($result['timestamp'] != "") {
$timestamp = $result['timestamp'];
} else {
$given->setTimezone(new DateTimeZone("UTC"));
$timestamp = $given->format("Y-m-d H:i:s");
$timestamp = gmdate("Y-m-d H:i:s");
}
$this->db->where('radio', $result['radio']);