We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6423d25 commit 0e561e8Copy full SHA for 0e561e8
doc/conf.py
@@ -68,7 +68,7 @@
68
function formatTimestamp() {
69
document.querySelectorAll("time.localized").forEach(el => {
70
const d = new Date(el.getAttribute("datetime"));
71
- el.textContent = d.toLocaleString("SE", { "timeZoneName": "short" });
+ el.textContent = d.toLocaleString("sv-SE", { "timeZoneName": "short" });
72
});
73
}
74
if (document.readyState !== "loading") {
0 commit comments