EPG timeshifts

I made my own guide xml file using WebGrab++, my guide.xml looks like this:

Code:
<programme start="20170104120000 +0200" stop="20170104123000 +0200" channel="USA | Fox Sports 1 HD">
    <title lang="en">UFC Ultimate Knockouts</title>
    <sub-title lang="en">Highlight-Reel Knockouts</sub-title>
    <desc lang="en">A look at unbelievable finishes from strikers at their best, featuring Michael Bisping, Dan Henderson, TJ Dillashaw, Yair Rodriguez, Derrick Lewis and more</desc>
    <category lang="en">Sports</category>
    <category lang="en">Sports non-event</category>
    <rating system="MPAA">
      <value>TV14</value>
    </rating>
  </programme>
  <programme start="20170104123000 +0200" stop="20170104143000 +0200" channel="USA | Fox Sports 1 HD">
    <title lang="en">UFC 207: Nunes vs. Rousey - Prelims</title>
    <desc lang="en">Niko Price vs. Brandon Thatch, welterweight bout; Alex Garcia vs. Mike Pyle, welterweight bout; Marvin Vettori vs. Antonio Carlos Junior, middleweight bout; Neil Magny vs. Johny Hendricks, welterweight bout. From Las Vegas</desc>
    <category lang="en">Sports</category>
    <category lang="en">Sports event</category>
    <rating system="MPAA">
      <value>NR (Not Rated)</value>
    </rating>
  </programme>

I would like the guide to shift the times by 2 hours, however i do have other channels in the guide that i would like the guide to shift by 5 hours.
That’s why i added the +0200 in the time start/stop. Nothing changed when i changed the utc +0200, to something else.
Is there any way to shift different channels for different hours? (adding <epgshift> in the show, or anything, i thought the UTC would help, but i guess not.)

Thank You!