2020-11-01, 10:08 PM
No it went right to 2 and the current time was still ahead by one hour.
Martin
Martin
2020-11-01, 10:08 PM
No it went right to 2 and the current time was still ahead by one hour.
Martin
2020-11-01, 10:09 PM
Sub, your last post made me think about looking at tomorrow (dah). Tomorrow, shows are showing in the correct location in the grid. Looks like positioning in the grid is off today because of the duplicate times on the bar between 1:00 and 2:00 (which is what I think you were trying to say). Sorry, I should have caught that myself (feeling a bit humble here ...)
So it looks like it's just a positioning issue on the transition day -- and frankly there are not a lot of good choices when 1:00 occurs twice. If it matters to you, the positioning problem occurred for today with both the released guide.html and the one that you posted. The issues are resolved tomorrow with both versions as well. Thanks for looking into it though. Obviously not a high priority issue given that it only seems to affect the transition day and recordings still occur properly.
2020-11-01, 10:15 PM
(2020-11-01, 10:09 PM)MovieWiz Wrote: Sub, your last post made me think about looking at tomorrow (dah). Tomorrow, shows are showing in the correct location in the grid. Looks like positioning in the grid is off today because of the duplicate times on the bar between 1:00 and 2:00 (which is what I think you were trying to say). Sorry, I should have caught that myself (feeling a bit humble here ...)I know conceptually it's confusing, but the positioning of the shows in the grid is absolutely fine. ie if you had a show CSI playing for an hour at 1AM, then the clocks moved back an hour at 2AM when the next show started (say Survivor). In the grid, you should see CSI, and your should see Survivor next it. Above both shows it should say 1:00AM (rather than trying to show them on top of each other in the same spot). ie, it's just the blue bar that the top/bottom that should be modified to fix this. Quote:Obviously not a high priority issue given that it only seems to affect the transition day and recordings still occur properly.Yes, not a high priority, but today is the perfect day to look at it - otherwise it'll be six months before most people can recheck it, and it'll still be broken.
2020-11-01, 10:16 PM
2020-11-01, 10:39 PM
That works for today but tomorrow etc are bad.
Martin
2020-11-01, 10:51 PM
Hmm shouldn’t be.
2020-11-01, 10:51 PM
Actually I know why. Standby.
2020-11-01, 11:00 PM
(This post was last modified: 2020-11-01, 11:08 PM by mvallevand.)
Almost, tomorrow etc start at 11PM Try
Code: var midNight = new Date((new Date()).setHours(0, 0, 0, 0)); Martin. |
|