wrong time stamps
-
This took me ages to find out: Time stamps were always incorrect!
After indefinite attempts to correct that, I found the root cause:
wp-settings.php
// WordPress calculates offsets from UTC. date_default_timezone_set( 'UTC' );I changed mine to
// WordPress calculates offsets from UTC. // date_default_timezone_set( 'UTC' );For some reasons, wp-settings is called for plugings, always resetting the local timezone set in the admin page. I would call it a flaw in wordpress.
Can you please mention that somewhere in the installation instructions?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘wrong time stamps’ is closed to new replies.