mod_http_muc_log/http_muc_log.html
changeset 1919 5e65c91c07c4
parent 1755 3f3a5daf31cc
child 2087 fed0a71a5e68
--- a/mod_http_muc_log/http_muc_log.html	Mon Oct 19 17:08:45 2015 +0200
+++ b/mod_http_muc_log/http_muc_log.html	Tue Oct 20 14:37:46 2015 +0200
@@ -94,7 +94,7 @@
 tag = timeTags[i++];
 if(date = tag.getAttribute("datetime")) {
 date = new Date(date);
-tag.textContent = date.toLocaleTimeString();
+tag.textContent = date.toLocaleTimeString(navigator.language);
 tag.setAttribute("title", date.toString());
 }
 }