I have a wordpress site connected to an automated system that bases its work upon posts' modification date/time. In my timezone there have recently been a time swap and the operating system (linux) got it right, but wordpress still uses the "summer" time.
I have read that php returns the "summer" time always, but provides additional information date(I) 0 or 1 to indicate what time to use.
Wordpress doesn't seem to read that. ( Just as the worldclock plugin, but that's a whole new story:/ )
Anybody experienced with wordpress timezones? Is there a fix or a hack that could help?