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
0
Jan 1, 1970
Y2K Milestone
946684800
Jan 1, 2000
2020 Start
1577836800
Jan 1, 2020
Right Now
Current
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).