Most simple solution I could think of was crontab. So, as root I created a cronjob entry:
30 15 * * * /root/shutdown.sh
Then created /root/shutdown.sh with simply:
shutdown now
When 4:30PM rolls around, nothing happens...I've checked the system time with the date command and verified the time...