Browse Source
lighttpd mod_dirlisting produces a directory listing with the date in a certain format, and lighttpd calls setlocale(LC_TIME, "C"), so strftime date used in mod_dirlisting is predictable. Use a custom date parse routine to replace Date.parse() in the javascript sorting functions. x-ref: "Directory listing / sort by last modified does not work on Safari" https://redmine.lighttpd.net/issues/2823personal/stbuehler/cleanup-build
1 changed files with 22 additions and 2 deletions
Loading…
Reference in new issue