Current Time
0
-
Converted Results
GMT:
-
Local:
-
Relative:
-
Additional Formats
ISO 8601:
-
RFC 2822:
-
Unix:
-
Epoch Timestamps
Seconds:
-
Milliseconds:
-
Quick Timestamps
About Epoch/Unix Time
What is Epoch Time?
Unix time (also known as Epoch time or POSIX time) is the number of seconds that have elapsed since January 1, 1970 00:00:00 UTC (the Unix epoch).
Common Uses
- Database timestamps
- API responses
- Log files
- Programming and scripting
Formats
- Seconds: Standard Unix timestamp (10 digits)
- Milliseconds: JavaScript timestamp (13 digits)
- ISO 8601: International standard date format
- RFC 2822: Email and HTTP header format
The year 2038 problem: 32-bit systems will overflow on January 19, 2038.