[mythtv-users] Weird stuff going on with recording schedules / MythWeb(?)

Tom Dexter digitalaudiorock at gmail.com
Sun Apr 13 03:12:35 UTC 2008


On Sat, Apr 12, 2008 at 11:05 PM, Tom Dexter <digitalaudiorock at gmail.com> wrote:

>  Create a php file...it can be named whatever you want...say
>  timetest.php, with the following contents:
>
>  <?php
>  header('Content-type: text/plain');
>  print date("Y-m-d h:i:s A\n");
>  print "GMT " . date("O");
>  ?>
>
>  ...and put that where the root or your apache server is...then browse
>  to it at http://your_server_name/timetest.php.  It will output
>  something like this:
>
>  2008-04-12 11:00:20 PM
>  GMT -0400
>
>  ...and see if that's correct.  It should show your current local time
>  as well as the adjustment being used relative to GMT.  The above is
>  for Eastern Daylight time, or GMT -4 hours.
>
>  Tom
>

It just occurred to me...it might be a better test to put the file
under the mythweb directory and browse to it at
http://your_server_name/mythweb/timetest.php just in case something
specific to that directory's apache configuration has an affect
(thought I doubt it).

Tom


More information about the mythtv-users mailing list