Timestamps scattered through a raw sample don't tell you whether traffic was steady or bursty. Log Timeline Visualizer pulls every parseable timestamp, buckets events by an interval you choose (from 1 second to 1 hour), and draws a proportional ASCII bar chart of volume over time.
Each line is checked against three formats in order — ISO 8601 (2025-06-11T14:00:00Z or space-separated, with or without milliseconds and a timezone offset), a bare millisecond epoch (a 13-digit number starting with 1), and the short syslog style (Jun 11 14:00:00, assumed to be the current year since syslog omits it). The first format that matches wins, so mixed-format pastes — an app log with ISO stamps next to a syslog snippet — parse line-by-line without any manual format selection.
The stats strip — events, bucket count, peak, span — plus the raw per-bucket counts give an immediate read on “when was the load”, making spikes and quiet periods obvious at a glance.