https://issues.apache.org/bugzilla/show_bug.cgi?id=46833
Dan Poirier <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |WORKSFORME --- Comment #1 from Dan Poirier <[email protected]> 2009-03-20 10:02:55 PST --- The web server just calls strftime() to format the time. On Linux strftime() supports %t in the format string, but the strftime() on windows does not. Your workaround looks fine if you want your httpd config to be portable. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
