Unix Day is a PHP utility that displays the current Unix day, the number of days elapsed since January 1, 1970.
It is built as a one-pager for clarity and speed: one index.php, no framework, no build step, and an interactive UI where clicking the number copies it to your clipboard.
- Clone or download this directory.
- Run the built-in PHP server:
composer start
- Open your browser and navigate to
http://localhost:8000.