Automatic reboot at the defined time. (In this example, 23:55
is the required defined time).
Copy&Paste below script into Start-up Script
field. This will work after reboot.
Startup Script
echo "55 23 * * * root /sbin/reboot" > /etc/crontab
service cron start