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