SYSTEM WARNING: 'date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone.' in '/usr/share/mantis/www/core.php' line 264
0000964: cron does not start any job after huge time changes - MantisBT
MantisBT - Endian Firewall
View Issue Details
ID
Project
Category
View Status
Date Submitted
Last Update
0000964
Endian Firewall
Other Services
public
2008-06-16 20:54
2008-09-10 15:44
Reporter
peter-endian
Assigned To
peter-endian
Priority
normal
Severity
minor
Reproducibility
sometimes
Status
closed
Resolution
fixed
Platform
OS
OS Version
Product Version
2.2-rc1
Target Version
2.2-rc3
Fixed in Version
2.2-rc2
Customer Importance
Customer Occurrences
Queue
Summary
0000964: cron does not start any job after huge time changes
Description
fcron stores for each job the timestamp when the respective job is expected to run in its persistent crontab.
whenever the system clock will be changed backwards, fcron will not start any job until the saved timestamp is reached. this may take a very long time when fcron first started with a wrong date far in the future and ntpd set it back afterwards.