mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Update Radio.php
This commit is contained in:
@@ -139,7 +139,6 @@
|
||||
|
||||
// Calculate how old the data is in minutes
|
||||
$datetime1 = new DateTime("now", new DateTimeZone('UTC')); // Today's Date/Time
|
||||
echo datetime1;
|
||||
$datetime2 = new DateTime($row->timestamp, new DateTimeZone('UTC'));
|
||||
$interval = $datetime1->diff($datetime2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user