Die Suche ergab 3 Treffer
- So 10. Sep 2006, 04:50
- Forum: TF 5x00/6000 PVR TAP
- Thema: GMT Bug Workaround
- Antworten: 183
- Zugriffe: 23125
AW: GMT Bug Workaround
I haven't found an english option for this board, so all the hints etc are all quite difficult for me to interpret, but thanks for the tip (I was going to try it, but decided it is such a small snippit of code it really isn't worth bothering).
- Sa 9. Sep 2006, 19:02
- Forum: TF 5x00/6000 PVR TAP
- Thema: GMT Bug Workaround
- Antworten: 183
- Zugriffe: 23125
AW: GMT Bug Workaround
Actually, one further issue is if the GMT offset is negative, the algorithm you use to subtract the offset from the local time will end up with overflowing of the mins past 60... so you need to accomodate negative mins or >59mins (and negative hours and >23hours). Sorry for pasting code in here, but...
- Fr 8. Sep 2006, 17:04
- Forum: TF 5x00/6000 PVR TAP
- Thema: GMT Bug Workaround
- Antworten: 183
- Zugriffe: 23125
AW: GMT Bug Workaround
Greetings, and sorry for the English, Firebird, I have noticed a small problem with your GMTBug fix TAP, you have defined char h, m, s; But here in australia, the offset is 600 minutes (10*60) and thus exceeds the +/-127 char limit. I am going to incorp this fix into the EPG_uploader tap if you don'...