Commits
Click on a commit to change the comparison rangeRefactor: Replace hardcoded time units with named constants
- Replaced hardcoded time-related values with named constants.
- Facilitates easier adjustments of these values and reduces potential for errors.| Refactor: Use direct reference to constants instead of `self`
- Constants declared outside the class should be directly accessed without using `self`.