Quick technical question:
PHP is essentially statically bound to the state of the time zone database at the time it was compiled. That database changes much more often than PHP, so it becomes and stays slightly off very quickly. To address this, there is a PEAR/PECL module timezonedb which...