polish single vehicle entry workspace
This commit is contained in:
@@ -18,5 +18,6 @@ describe('latest telemetry presentation', () => {
|
||||
it('keeps telemetry timestamps compact for local and RFC3339 values', () => {
|
||||
expect(formatTelemetryTime('2026-07-14T09:24:34+08:00')).toBe('09:24:34');
|
||||
expect(formatTelemetryTime('2026-07-14 09:24:34')).toBe('09:24:34');
|
||||
expect(formatTelemetryTime('2026-07-18T02:57:02Z')).toBe('10:57:02');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user