Questions About This Tool
What is the Unix epoch?
It is 1970-01-01 00:00:00 UTC, the zero reference for Unix timestamps.
How does auto-detection work?
Values with an absolute magnitude of at least one trillion are treated as milliseconds; smaller values are treated as seconds. Select a unit for ambiguous historical values.
Does a Unix timestamp contain a timezone?
No. It represents an instant. UTC or local formatting determines the displayed clock time.
Are dates before 1970 supported?
Yes, negative seconds can be converted when they remain inside the JavaScript Date range.