Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Sydney times and details #66

Closed
Bellerathon opened this issue Mar 19, 2023 · 5 comments
Closed

Issue with Sydney times and details #66

Bellerathon opened this issue Mar 19, 2023 · 5 comments
Assignees

Comments

@Bellerathon
Copy link

Bellerathon commented Mar 19, 2023

Hi,

Here is what Sydney.xml looks like for a particular title:

<programme start="20230319093000 +0000" stop="20230319120505 +0000" channel="432004auepg.com.au">
    <title>John Wick: Chapter 2</title>
    <category>Action and Adventure</category>
    <icon src="https://www.fetchtv.com.au/v2/epg/program/356779/image" />
</programme>

Here is what every other [region].xml looks like for the same title:

<programme start="20220915203000 +0930" stop="20220915230000 +0930" channel="63.yourtv.com.au">
      <title>John Wick: Chapter 2</title>
      <desc>After returning to the criminal underworld to repay a debt, John Wick discovers that a large bounty... </desc>
      <category>Action</category>
      <category>Cinema movie</category>
      <previously-shown />
      <video>
              <quality>SDTV</quality>
      </video>
      <rating>
              <value>MA</value>
      </rating>
</programme>

In the Sydney.xml file the start time is 9:30am and in the other it's 8:30pm so its wrong by 12 hours - 1 hour (day lights savings?), also it lacks much of the detail of the other regions. Is this a sourcing issue or something else?

Any clarifications welcome.

Thanks.

@markcs
Copy link
Owner

markcs commented Mar 19, 2023

Are you seeing that the EPG time is incorrect or that you are unable to read the time format?

The time in the first example is in UTC (this is what the +0000 represents). The time in the second example is likely from South Australia where the time difference is UTC+9.5 hours.

Representing the date/time in UTC means that the xml does not need to take into account daylight savings time. The time 20230319093000 UTC is 8:30pm on 19th March 2023. You can check this online by any timezone converter.

This is also the time that the show example was shown.

@Bellerathon
Copy link
Author

Sorry i messed up my wording a bit i meant the first section of xml for Sydney says the movie starts at 9:30am (20230319093000 represents March 19th, 2023 at 9:30:00 AM in UTC) when according to this it should be 8:30pm (https://www.ontvtonight.com/au/guide/listings/programme?cid=1732&sid=506977&dt=2023-03-19+09%3A30%3A00)

The second section of xml i was using as an example of the difference in info provided between the two regions

@markcs
Copy link
Owner

markcs commented Mar 19, 2023

9:30am UTC is 8:30pm Sydney time.

Check Time and Date website
UTC is different than GMT in case you're getting confused.

@Bellerathon
Copy link
Author

Bellerathon commented Mar 19, 2023

Ok sorry my bad i was confused about how it was being represented, may i also get an answer as to why Sydney lacks much of the detail provided to the other regions? Thanks

@markcs
Copy link
Owner

markcs commented Mar 22, 2023

The data is restored to the xml files now, at least as much as is possible.

ie ...

        <programme start="20230326095800 +0000" stop="20230326124010 +0000" channel="432004auepg.com.au">
                <title>John Wick: Chapter 3 - Parabellum</title>
                <desc>John Wick is declared excommunicado and a hefty bounty is set on him after he murders an international crime lord. He sets out to seek help to save himself from ruthless hitmen and bounty hunters.</desc>
                <category>Action and Adventure</category>
                <icon src="https://www.fetchtv.com.au/v2/epg/program/374001/image" />
                <episode-num system="original-air-date">2023-03-26 21:00:00</episode-num>
                <previously-shown />
                <rating>
                        <value>MA 15+</value>
                </rating>
        </programme>

@markcs markcs closed this as completed Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants