Skip to content

Commit 0e561e8

Browse files
committed
Use sv-SE
1 parent 6423d25 commit 0e561e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
function formatTimestamp() {
6969
document.querySelectorAll("time.localized").forEach(el => {
7070
const d = new Date(el.getAttribute("datetime"));
71-
el.textContent = d.toLocaleString("SE", { "timeZoneName": "short" });
71+
el.textContent = d.toLocaleString("sv-SE", { "timeZoneName": "short" });
7272
});
7373
}
7474
if (document.readyState !== "loading") {

0 commit comments

Comments
 (0)