Current Time
Loading...
Loading...
đ Timestamp to Date
Seconds since January 1, 1970, 00:00:00 UTC
Local Time:
-
UTC Time:
-
ISO 8601:
-
Relative:
-
đ Date to Timestamp
Select date and time to convert to timestamp
Unix Timestamp:
-
Milliseconds:
-
đ Quick Examples
Unix Epoch Start
Jan 1, 1970
Y2K Milestone
Jan 1, 2000
2020 Start
Jan 1, 2020
Right Now
Current Time
âšī¸ About Unix Timestamps
What is Unix Time?
Unix time (also known as Epoch time) is the number of seconds that have elapsed since January 1, 1970, 00:00:00 UTC, not counting leap seconds.
Common Use Cases
Used in databases, APIs, log files, and programming languages for consistent time representation across different time zones and systems.
Precision Notes
Unix timestamps are typically in seconds. Some systems use milliseconds (multiply by 1000) or microseconds (multiply by 1,000,000).