Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-17139

Time format is hardcoded in files/index.php

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Minor Minor
    • None
    • 1.9.3
    • None
    • None
    • MOODLE_19_STABLE

      Lines 783 and 807 of files/index.php contains a hard-coded string format:

      $filedate = userdate(filemtime($filename), "%d %b %Y, %I:%M %p");

      This should be changed to

      $filedate = userdate(filemtime($filename), get_string("strftimedatetime"));

            poltawski Dan Poltawski
            mina Nicolas Martignoni
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.