Uploaded image for project: 'Plugins'
  1. Plugins
  2. CONTRIB-4317

RecordingsBN "Invalid date"

XMLWordPrintable

    • MOODLE_23_STABLE

      When you try see records dates you got "Invalid date"

      in mod/recordingsbn/view we had to change line 208:

      $formatedStartDate = userdate($recording['startTime'], $format,usertimezone($USER->timezone) );

      to
      $formatedStartDate = gmdate("M d Y H:i:s", $recording['startTime']);

      Maybe there's a better solution for that.

      Tks

      Luciano

            jfederico Jesus Federico
            raickonen Luciano Silva
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

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