cron & time zone
after changing time zone (tzsetup), restart cron (/etc/rc.d/cron restart) to let it know the changes or else the cron jobs will use the previous time zone.
Related posts:
- screen in FreeBSD default to csh as suppose to bash (preferred) After changing bash shell to a new user using chsh,...