https://bz.apache.org/bugzilla/show_bug.cgi?id=60846

            Bug ID: 60846
           Summary: PR34014 / r903052 changed date format for autoindex
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_autoindex
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

http://svn.apache.org/viewvc?view=revision&revision=903052

Looks inadvertent in context


@@ -1823,11 +1843,11 @@
                     apr_time_exp_t ts;
                     apr_time_exp_lt(&ts, ar[x]->lm);
                     apr_strftime(time_str, &rv, MAX_STRING_LEN,
-                                "%d-%b-%Y %H:%M  ", &ts);
+                                "%Y-%m-%d %H:%M  ", &ts);
                     ap_rputs(time_str, r);
                 }

I saw concerns from two 2.2->2.4 users in two weeks (fluke) which made me look
again.  I hope to add an IndexOption to allow people to put it back.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to