Code Monkey home page Code Monkey logo

Comments (5)

markcs avatar markcs commented on September 3, 2024

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.

from xml_tv.

Bellerathon avatar Bellerathon commented on September 3, 2024

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

from xml_tv.

markcs avatar markcs commented on September 3, 2024

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

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

from xml_tv.

Bellerathon avatar Bellerathon commented on September 3, 2024

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

from xml_tv.

markcs avatar markcs commented on September 3, 2024

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>

from xml_tv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.