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 8f95fd6 commit 76673cbCopy full SHA for 76673cb
arduino-ide-extension/src/browser/serial/monitor/serial-monitor-send-output.tsx
@@ -109,7 +109,7 @@ const _Row = ({
109
}) => {
110
const timestamp =
111
(data.timestamp &&
112
- `${dateFormat(data.lines[index].timestamp, 'H:M:ss.l')} -> `) ||
+ `${dateFormat(data.lines[index].timestamp, 'HH:MM:ss.l')} -> `) ||
113
'';
114
return (
115
(data.lines[index].lineLen && (
0 commit comments