Timestamp to ISO 8601

Example:
1704067200 ↓ 2024-01-01T00:00:00Z JavaScript: new Date(ts * 1000).toISOString()
Convert Unix timestamps to ISO 8601 formatted strings.
Try Time Machine →

FAQs

What does the Z mean?

Z (Zulu) indicates UTC timezone. +00:00 is equivalent.