Unix Timestamp Converter
- Unix timestamp (Unix timestamp), or Unix time (Unix time), POSIX time (POSIX time), is a time representation method, defined as the total number of seconds from Greenwich Mean Time January 1, 1970 00:00:00 to now.
- Timestamps are unique
- PHP functions: time() gets Unix timestamp, date() can format Unix timestamp.