In order to determine the date and time that your operating system was installed, you can run the following command.
ls -lct /etc | tail -1 | awk '{print $6, $7}'