Unix timestamp 1577836800
Wed, 01 Jan 2020 00:00:00 GMT
Seconds: 1577836800 · Milliseconds: 1577836800000
Date formats
| Format | Value |
| UTC | Wed, 01 Jan 2020 00:00:00 GMT |
| Date | 2020-01-01 |
| Time (UTC) | 00:00:00 |
| ISO 8601 | 2020-01-01T00:00:00+00:00 |
| Seconds | 1577836800 |
| Milliseconds | 1577836800000 |
Frequently Asked Questions
What date is Unix timestamp 1577836800?+
Unix timestamp 1577836800 is Wed, 01 Jan 2020 00:00:00 GMT.
Is this timestamp in seconds or milliseconds?+
This 10-digit timestamp is in standard Unix seconds.
What is a Unix timestamp?+
A Unix timestamp is the number of seconds elapsed since 1 January 1970 00:00:00 UTC — a universal, timezone-independent way to represent a moment in time.
How do I convert a Unix timestamp in code?+
PHP: date('Y-m-d H:i:s', 1577836800). JavaScript: new Date(1577836800000).toISOString(). Python: datetime.utcfromtimestamp(1577836800).