Changes between Version 24 and Version 25 of FAQ

Show
Ignore:
Timestamp:
11/20/07 21:00:09 (6 years ago)
Author:
paul (IP: 124.171.198.150)
Comment:

fix comment about print timezone commands

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v24 v25  
    194194If you're running Shepherd on a different box to MythTV, though, set your MythTV timezone to "None." 
    195195 
    196 Shepherd assumes that your machine's timezone has been set correctly for the region you've selected. To check this is the case, make sure these two commands display the same time: 
     196Shepherd assumes that your machine's timezone has been set correctly for the region you've selected. To check this is the case, make sure these commands display the correct time and time zone for the region your using shepherd for: 
    197197{{{ 
    198198perl -e 'use POSIX; print POSIX::strftime("%z %x %X %Z\n", localtime(time));'