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 9b25857 commit 1b6f6d9Copy full SHA for 1b6f6d9
1 file changed
doc/conf.py
@@ -77,7 +77,8 @@
77
var time = d.toLocaleTimeString([], {
78
hour: "2-digit",
79
minute: "2-digit",
80
- hourCycle: "h23"
+ hourCycle: "h23",
81
+ timeZoneName: "shortOffset"
82
});
83
el.text(`${date} ${time}`);
84
0 commit comments