Skip to content

Commit 1b6f6d9

Browse files
committed
Include GMT offset
1 parent 9b25857 commit 1b6f6d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@
7777
var time = d.toLocaleTimeString([], {
7878
hour: "2-digit",
7979
minute: "2-digit",
80-
hourCycle: "h23"
80+
hourCycle: "h23",
81+
timeZoneName: "shortOffset"
8182
});
8283
el.text(`${date} ${time}`);
8384
});

0 commit comments

Comments
 (0)