Topic: Timezone it's wrong?
Hi,
I have configured the timezone to "UTC +1" and de DST is active, but when anybody post a comment in the forum, the hour shows incorrect (one hour more than the timezone).
I checked the configuration in server:
<?php echo date("r"); ?> --> Mon, 24 Dec 2012 15:50:26 +0100 (it's correctly)
And also I checked the PHP configuration and it's ok too:
date/time support enabled
"Olson" Timezone Database Version 2010.9
Timezone Database internal
Default timezone Europe/ParisDirective Local Value Master Value
date.default_latitude 31.7667 31.7667
date.default_longitude 35.2333 35.2333
date.sunrise_zenith 90.583333 90.583333
date.sunset_zenith 90.583333 90.583333
date.timezone Europe/Paris Europe/Paris
What can I do to solve this problem?
Thanx so much, and sorry for the bad english!