Giter VIP home page Giter VIP logo

Comments (3)

DanielThanner avatar DanielThanner commented on August 22, 2024

The semantic of properties is defined in table 53 on page 126 of the spec. Type date and time and type time offers both properties time offset and timezone (last column in table). Since 2 properties are offered, it is obvious that there is a difference between these 2 ones. They should return different information: The timezone property should return the String identifying the zone (for example "Europe/Paris"). The time offset property thould return the time offset of the value (at a specific date) in hours and minutes.

Datatype of timezone property:
Quote of page 131 in the spec: "time string .... followed by a string value that is a time zone identifier..."

Datatype of time offset property:
Time offset is a duration with a max. value in an hour range. Therefore I think it is clear that the return type of the time offset property is a days and time duration (as already used in the DMN TCK testcase).

Nevertheless return types are not explicitly specified in the spec. I have created an issue at OMG: http://issues.omg.org/browse/INBOX-546 for this

from tck.

etirelli avatar etirelli commented on August 22, 2024

As discussed during our last call on Friday, here is what I did:

  1. removed the test from Oct/2017 results: a74fe85

  2. submitted a PR to fix the test as per the discussion on this ticket: #71

Once the PR is approved, we can merge it and close this ticket.

from tck.

etirelli avatar etirelli commented on August 22, 2024

Done.

from tck.

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.