Convert any date/time to Unix timestamp (seconds or milliseconds) and back.
Unix timestamps (also called epoch time) represent a specific moment as the number of seconds since January 1, 1970 UTC. This tool converts any human-readable date and time into a Unix timestamp in both seconds and milliseconds, and converts timestamps back into readable dates. It supports local time and UTC input, outputs ISO 8601 and UTC string formats, and shows a live-updating current timestamp. Ideal for developers debugging APIs, working with databases, or parsing log files that use epoch time.