aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_board.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/acp/acp_board.php')
-rw-r--r--phpBB/includes/acp/acp_board.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/includes/acp/acp_board.php b/phpBB/includes/acp/acp_board.php
index 159435c64c..47a08b0bab 100644
--- a/phpBB/includes/acp/acp_board.php
+++ b/phpBB/includes/acp/acp_board.php
@@ -916,11 +916,6 @@ class acp_board
// Let the format_date function operate with the acp values
$old_tz = $user->tz;
- if (is_numeric($config['board_timezone']))
- {
- // Might still be numeric
- $config['board_timezone'] = sprintf('Etc/GMT%+d', $config['board_timezone']);
- }
$user->tz = new DateTimeZone($config['board_timezone']);
$dateformat_options = '';