pq22707 - Date class #dayIndex and #dayOfWeek: return inconsistent values. ------------------------------------------------------------------------------------------------------------------ Affected Platforms: Affected Features: Base Smalltalk Prerequisites: Symptom: The Date dayOfWeek: method is incorrect. It will return a 7 if #Sunday is passed to it. It should be consistent with the #dayIndex method which returns a 1 for Sunday. Solution: Change the #initializeAfterLoad method on Date to correctly set the class variable, Days.