Index: mythplugins/mythweb/modules/tv/channel.php
===================================================================
--- mythplugins/mythweb/modules/tv/channel.php	(revision 10995)
+++ mythplugins/mythweb/modules/tv/channel.php	(working copy)
@@ -36,7 +36,7 @@
 // New list date?
     $_GET['date'] or $_GET['date'] = $_POST['date'];
     if ($_GET['date'])
-        $_SESSION['list_time'] = unixtime(sprintf('%08d000000', $_GET['date']));
+        $_SESSION['list_time'] = $_GET['date'];
 
 // Load the programs for today
     $this_channel->programs = load_all_program_data(mktime(0, 0, 0, date('n', $_SESSION['list_time']), date('j', $_SESSION['list_time']), date('Y', $_SESSION['list_time'])),
