-
Bug
-
Resolution: Duplicate
-
Trivial
-
None
-
3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7, 3.0.7-PL1
-
None
-
PHP 5.2.9, MySQL 5.0.51, Firefox 3.6
Bad time used in ACP => Boardsettings => Dateformat
to fix it, go /includes/acp/board.php and change Line 891 to 892 to:
$user->timezone = $config['board_timezone'] * 3600;
$user->dst = $config['board_dst'] * 3600;
- duplicates
-
PHPBB-9176 When setting the board's date format the board's timezone settings aren't taken into account
- Closed