We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ba4fd commit 4dc60eeCopy full SHA for 4dc60ee
1 file changed
theme-functions.php
@@ -33,7 +33,6 @@ function cablecast_get_schedules($channel_id, $date_start, $date_end = NULL) {
33
34
// Convert the retrieved run_date_time from UTC to the site timezone
35
foreach ($results as $result) {
36
- echo "Processing $result->run_date_time\n";
37
$run_date_time_utc = new DateTime($result->run_date_time, new DateTimeZone('UTC'));
38
$run_date_time_utc->setTimezone(new DateTimeZone($timezone));
39
$result->run_date_time = $run_date_time_utc->format('Y-m-d H:i:s');
0 commit comments