Parse an ISO timestamp into epoch seconds.
Section: Dates and Time
ISO string to Unix time
bash
bash
echo '"2025-01-15T12:34:56Z"' | jq 'fromdateiso8601'Explanation
Ideal for comparing timestamps numerically.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Dates and Time