Pinpoint the exact window that matters. Date/Time Range Filter slices any log by a start and end timestamp, keeping only the lines inside your chosen window.
It reads the wide variety of timestamps logs actually use — ISO 8601 (2025-06-11T14:00:00Z), space-separated (2025-06-11 14:00:00), Apache/nginx bracketed ([11/Jun/2025:14:00:00 +0000]), syslog month-day (Jun 11 14:00:00) and Unix epoch in seconds or milliseconds — and reports how many lines fell inside the window, outside it, or lacked a recognizable timestamp entirely.
Because each line is parsed independently, you don’t need every line in the paste to share the same format. Mixed-source pastes — an app log next to a proxy log, or a syslog snippet next to a JSON line — filter correctly as long as each line starts with one of the supported timestamp shapes.