To repeat what Gene said, if you do something like this, you need to make sure your DST (Day Light Saving) is set up accordingly.
If you are not using FocusLab Config - just add the following to your config.php (in system / expressionengine / config /)
$config['daylight_savings'] = ((bool) date('I')) ? 'y' : 'n';
This will sort it dynamically for you.
madebyhippo
source share