Convert Unix timestamps to human-readable dates and vice versa. See timestamps in multiple timezones instantly. Free online tool — works entirely in your browser.
Your data never leaves your browserRelated
A Unix timestamp is the number of seconds elapsed since January 1, 1970 (UTC). It's used universally in programming to represent points in time in a timezone-independent way.
Unix timestamps are traditionally in seconds. JavaScript uses milliseconds (multiply by 1000). This tool handles both automatically.