https://bugzilla.wikimedia.org/show_bug.cgi?id=70032
--- Comment #2 from Tony Mach <[email protected]> --- OK, I made one mistake in the bug-description: The debug output needs to be at the end of Setup.php to output the values as above. (I moved the code to LocalSettings.php, but forgot the comment out in Setup.php) Beginning of Setup.php (or beginning of LocalSettings.php): - wgLocaltimezone is empty - wgLocalTZoffset is empty - date('Z') / 60 is "120" End of Setup.php - wgLocaltimezone is "Europe/Berlin" - wgLocalTZoffset is "120" - date('Z') / 60 is "120" Tested this both on Windows 7 SP1 and Windows Server 2012 Standard. PHP is PHP/5.5.11 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
