Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-9870

Bad time used in ACP => Boardsettings => Dateformat

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Trivial 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
    • ACP
    • 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;

            bantu Andreas Fischer [X] (Inactive)
            djchrisnet djchrisnet [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: