0 Members and 1 Guest are viewing this topic.
Should I get rid of /public_html ???John
Thanks John
Hi Mike,All is well at johnsnhweather, it is working every 5 minutes right on schedule.Still one small issue with the time zone see
$timezone = date('T');
// set to your LOCAL time zone$myTZ = 'America/New_York'; // Eastern Timeputenv("TZ=$myTZ");$timezone = date('T');
Hi Mike, Still showing CDT.John
// set to your LOCAL time zone$myTZ = 'America/New_York'; // Eastern Timeputenv("TZ=$myTZ");