How can I change timezone in Wordpress 2.9.2?
- by newbie
I have changed timezone from General Settings, but that had no effect, time still shows as default UTC time zone. Then I changed timezone in wp-settings.php with date_default_timezone_set('Europe/Helsinki'); but that din't work either.
What could be wrong with my settings and why isn't timezone changing?