Can you tell me what date says? It should in UTC and hence you need to
convert your time.
Also tell me the output of cat /etc/crontab
Thanks,
There is also a boot option for time zone AFAIK.
--
You received this message because you are subscribed to the Google Groups "Webconverger Users" group.
To post to this group, send email to webc-...@googlegroups.com.
To unsubscribe from this group, send email to webc-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/webc-users?hl=en.
grep -i cron /var/log/syslog
Can be useful in debugging syntax errors in the crontab.
Quite right. :)
I just tried appending timezone=Asia/Tokyo to the boot cmdline and it worked.
ftp://ftp.iana.org/tz/data/zone.tab is the authoritative TZ list
Oh btw, instead of `shutdown -h now` you an use `halt`
00 23 * * * root halt
Next this info should be on the wiki somewhere.
> 00 18 * * * root /sbin/sgutdown -h now
There's your error. It should read "shutdown".
--
Regards,
Steve