spectre skips sundays due to an off by 1 diff between cron format and DateTime->dow

This commit is contained in:
Colin Kuskie 2007-03-12 15:26:21 +00:00
parent 456ec9dd0b
commit 98e5d9ea56
2 changed files with 2 additions and 1 deletions

View file

@ -40,6 +40,7 @@
- Fully remove i18n precaching to free up memory (thanks to Matthew Wilson,
Veradox)
- Wiki page revisions were not in order (perlDreamer Consulting, LLC)
- Spectre misses Sundays (thanks to Todor Kouyoumdjiev, ECoCoMS Ltd.)
7.3.11
- Added an option for enabling coverage tests to testCodebase.pl.