Date to Unix Timestamp Converter
Convert local date and time to Unix seconds or milliseconds and decode timestamps back to readable time.
Result
This page opens the converter focused on the opposite direction: starting from a specific date and time you have in mind and generating the Unix timestamp that represents it, in both seconds and milliseconds.
Enter the date, the time, and the time zone that date and time belong to — the same wall-clock time means a different instant, and a different timestamp, depending on which zone it is read in. Choosing the zone correctly is what makes the resulting timestamp accurate.
The generated timestamp appears immediately alongside an ISO 8601 representation of the same instant, useful for pasting straight into code, an API request, or a database query without a separate lookup step.