Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-9870

Bad time used in ACP => Boardsettings => Dateformat

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Trivial
    • Resolution: Duplicate
    • 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
    • ACP
    • None
    • PHP 5.2.9, MySQL 5.0.51, Firefox 3.6

    Description

      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;

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: