My app has 15 minute intervals, each hour at 00, 15, 30 and 45 minutes.
In the hours view, creating a time from 0000 to 2200 realizes a bar that extends into the "22" cell, but since the minutes are "00" on the "2200", it would make more sense to stop it in the "21" cell, since the "21" cell is already 100% full. This would not be an issue if it could divide the cell into 60 parts for minutes. Currently my workaround is to override the display value to subtract 1 minute on the stop times and adjust to the previous hour, except where hour = 00;