Dashboardclisixel-dashboard epoch-zero timestamps

sixel-dashboard epoch-zero timestamps

Category: gotcha
Confidence: 1.00
ID: 01a0269b-e33d-7e27-9c77-9d1f145db2aa
Project ID: c760f4f9-42b0-4ce0-b36d-6b8c38d770b2
Cross-project: No
Recalled in other projects: 0
Source session: 0N9GEUd1P60OZUYup
Created: 2026-08-21 23:15:45
Updated: 2026-08-21 23:15:45

Content

Trap: if (!timestamp) and firstTimestamp && lastTimestamp look like ordinary missing-value guards. Fix: use nullish or explicit numeric checks. Unix epoch 0 is a valid timestamp; falsy guards hide its label or force a zero-day span, producing incorrect Sixel axis formatting.

Move to: