Using Time in Your WordPress Plugin

I just had a rather frustrating experience trying to use a timestamp in a plugin I’m writing.  Even though I have my timezone dutifully set in my php.ini file, as all good PHP 5.3.* developers should, the timestamp that WordPress was giving me in the admin section was for UTC instead of America/New_York.

Continue reading “Using Time in Your WordPress Plugin”