Changes between Initial Version and Version 1 of Ticket #56293, comment 9
- Timestamp:
- 07/27/2022 02:52:18 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56293, comment 9
initial v1 1 Replying to [comment:7 hztyfoon]: 1 > The 56293.diff patch seems unnecessarily complex. Just because we want to say 2 hours or 5 hours, doesn't mean we need to derive the 2 or the 5 from some division of the MINUTE_IN_SECONDS constant. 2 2 3 > `2 * HOUR_IN_SECONDS` makes more sense than `( MINUTE_IN_SECONDS / 30 ) * HOUR_IN_SECONDS` 3 4 > same goes for the other line's change.