<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>The @ sign in php code tells the compiler to ignore error messages.<br></span></div><div><br></div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><font face="Arial" size="2"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Matt Patterson <matt@usrlocal.com><br><b><span style="font-weight: bold;">To:</span></b> Central Iowa Linux Users Group <cialug@cialug.org><br><b><span style="font-weight: bold;">Sent:</span></b> Wednesday, November 9, 2011 10:31 AM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [Cialug] PHP Question<br></font><br>
You can set the timezone in the php.ini file.  Most distros I think are throwing it somewhere in the /etc directory.  /etc/php5 or sometimes under /etc/apache2<br><br>-Matt<br><br><br><br>On Nov 9, 2011, at 10:23 AM, Kevin C. Smith wrote:<br><br>> That wouldn't be my issue I guess.<br>> Thanks <br>> <br>> Sent from my U.S. Cellular® Android phone<br>> <br>> Matt Patterson <<a ymailto="mailto:matt@usrlocal.com" href="mailto:matt@usrlocal.com">matt@usrlocal.com</a>> wrote:<br>> <br>>> Its an error control operator.  It will ignore any error messages generated from said command after the @ symbol.<br>>> <br>>> http://www.php.net/manual/en/language.operators.errorcontrol.php<br>>> <br>>> <br>>> <br>>> <br>>> On Nov 9, 2011, at 9:55 AM, kevin wrote:<br>>> <br>>>> I'm not able to find quick answer to this.<br>>>> What's the "@" doing in PHP code I
 look at?<br>>>> I don't use PHP, but trying to fix an issue that may be related?<br>>>> <br>>>> Code I'm looking at:<br>>>> @date_default_timezone_set(get_option('timezone_string'));<br>>>> <br>>>> Wondering if I should try:<br>>>> date_default_timezone_set(get_option('timezone_string'));<br>>>> <br>>>> But have no idea what the @ does.<br>>>> Currently the timezone setting in a WP plugin is inconsistently used.<br>>>> I suspect this:<br>>>> <br>>>> Plugin runs, if importing only one post all is well.<br>>>> Plugin runs, if looping over multiple posts some don't get tz setting.<br>>>> Just a hunch at this point.<br>>>> _______________________________________________<br>>>> Cialug mailing list<br>>>> <a ymailto="mailto:Cialug@cialug.org"
 href="mailto:Cialug@cialug.org">Cialug@cialug.org</a><br>>>> http://cialug.org/mailman/listinfo/cialug<br>>> <br>>> _______________________________________________<br>>> Cialug mailing list<br>>> <a ymailto="mailto:Cialug@cialug.org" href="mailto:Cialug@cialug.org">Cialug@cialug.org</a><br>>> <a href="http://cialug.org/mailman/listinfo/cialug" target="_blank">http://cialug.org/mailman/listinfo/cialug</a><br>> _______________________________________________<br>> Cialug mailing list<br>> <a ymailto="mailto:Cialug@cialug.org" href="mailto:Cialug@cialug.org">Cialug@cialug.org</a><br>> <a href="http://cialug.org/mailman/listinfo/cialug" target="_blank">http://cialug.org/mailman/listinfo/cialug</a><br><br>_______________________________________________<br>Cialug mailing list<br><a ymailto="mailto:Cialug@cialug.org" href="mailto:Cialug@cialug.org">Cialug@cialug.org</a><br><a
 href="http://cialug.org/mailman/listinfo/cialug" target="_blank">http://cialug.org/mailman/listinfo/cialug</a><br><br><br></div></div></div></body></html>