std.conv.date_to_ts

std.conv

date_to_ts(date_str) -> timestamp

Parse a date string into a Unix timestamp

Supports multiple date formats: Unix timestamp (numeric string), ISO 8601 (2024-01-15T10:30:00), compact (240115103000), and HTTP date (Mon, 15 Jan 2024 10:30:00).