Unix timestamp 1420070400
Thu, 01 Jan 2015 00:00:00 GMT
Seconds: 1420070400 · Milliseconds: 1420070400000
Date formats
| Format | Value |
| UTC | Thu, 01 Jan 2015 00:00:00 GMT |
| Date | 2015-01-01 |
| Time (UTC) | 00:00:00 |
| ISO 8601 | 2015-01-01T00:00:00+00:00 |
| Seconds | 1420070400 |
| Milliseconds | 1420070400000 |
Frequently Asked Questions
What date is Unix timestamp 1420070400?+
Unix timestamp 1420070400 is Thu, 01 Jan 2015 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', 1420070400). JavaScript: new Date(1420070400000).toISOString(). Python: datetime.utcfromtimestamp(1420070400).