Ok, here are my findings.
I did a forced refresh on all the grabbed information.
It produces 3 files:
- Grabbed information (guide_wgp.xml)
- Grabbed information with MDB added content (guide_mdb.xml)
- Grabbed information with MDB added content and timezone offsets. (guide.xml)
I loaded guide.xml into TV Guide addon - everything is fine.
I loaded guide.xml into TV Guide Fullscreen addon - UK channels are 5 hours behind, US channels are 4 hours behind, what should be at 10am, is shown at 6am.
I erases the source.db during each of these tests.
Next, focusing solely on
TV Guide Fullscreen, I loaded
guide_wgp.xml (this is before the grabbed content has been modified with an offset)- UK channels are fine, US channels are 4 hours behind, what should be at 10am, is shown at 6am.
Now here is an example of the same UK and US shows, from guide.xml:
- <programme start="20160811060000 +0100" stop="20160811064500 +0100" channel="BBC1">
<title lang="en">Wanted Down Under</title>
<sub-title lang="en">James/Powell Family.</sub-title>
- <programme start="20160812210000 +0000" stop="20160812220000 +0000" channel="KDKA(CBS)">
<title lang="en">Blue Bloods</title>
<sub-title lang="en">The Bullitt Mustang</sub-title>
Still, focusing solely on
TV Guide Fullscreen, I loaded
guide.xml (this is after the grabbed data has been modified with an offset) - UK channels are 5 hours behind, US channels are 4 hours behind.
From guide_wgp.xml:
- <programme start="20160811110000 +0100" stop="20160811114500 +0100" channel="BBC1">
<title lang="en">Wanted Down Under</title>
<sub-title lang="en">James/Powell Family.</sub-title>
- <programme start="20160812210000 +0000" stop="20160812220000 +0000" channel="KDKA(CBS)">
<title lang="en">Blue Bloods</title>
<sub-title lang="en">The Bullitt Mustang</sub-title>