GithubHelp home page GithubHelp logo

Jiffy difference about jiffy HOT 8 CLOSED

jama5262 avatar jama5262 commented on May 18, 2024
Jiffy difference

from jiffy.

Comments (8)

jama5262 avatar jama5262 commented on May 18, 2024

Hi, @rakakhrl . I have tried this and it works fine. I tried the following

Jiffy({ "year": 2007, "month": 1, "day": 28 }).diff([2017, 1, 29], Units.DAY) // -3654

and also

Jiffy([2007, 1, 28]).diff([2017, 1, 29], Units.DAY) // -3654

Or maybe I haven't understood your question correctly

from jiffy.

jama5262 avatar jama5262 commented on May 18, 2024

@rakakhrl I understood your issue. The docs shows the wrong output on the section you have said.

difference

it's supposed to be both to have the same year which is 2017

Jiffy({ "year": 2017, "month": 1, "day": 28 }).diff([2017, 1, 29], Units.DAY); // 1

You could send a PR to fix it if you would like to contribute

from jiffy.

jaykovski avatar jaykovski commented on May 18, 2024

Why does this output 0, shouldn't it be 1?
Jiffy({"year": 2020, "month": 3, "day": 29}).diff([2020, 3, 30], Units.DAY)

This is the only day that shows 0, for example this one is correct, outputs 1:
Jiffy({"year": 2020, "month": 3, "day": 28}).diff([2020, 3, 29], Units.DAY)

from jiffy.

jaykovski avatar jaykovski commented on May 18, 2024

Also local time now has 1 hour difference

from jiffy.

jama5262 avatar jama5262 commented on May 18, 2024

@jaykovski I have tried both
Jiffy({"year": 2020, "month": 3, "day": 29}).diff([2020, 3, 30], Units.DAY)
and
Jiffy({"year": 2020, "month": 3, "day": 28}).diff([2020, 3, 29], Units.DAY)

And they both return correct results which should be -1 not 1 or 0

If you would like to return 1, then just switch them in position, see example below

Jiffy([2020, 3, 30]).diff({"year": 2020, "month": 3, "day": 29}, Units.DAY) // 1

I also tried on local and utc, both return correct results

Or have I not understood your question?

from jiffy.

jaykovski avatar jaykovski commented on May 18, 2024

The
Jiffy({"year": 2020, "month": 3, "day": 29}).diff([2020, 3, 30], Units.DAY)
returns "0" for me

and

Jiffy({"year": 2020, "month": 3, "day": 28}).diff([2020, 3, 29], Units.DAY)
returns "-1" (which is correct)

from jiffy.

jaykovski avatar jaykovski commented on May 18, 2024

Hint: there was a daylight saving time on 29th

from jiffy.

jama5262 avatar jama5262 commented on May 18, 2024

@jaykovski This may be related to #81, so I will close this issue for now since the docs have been corrected in difference

from jiffy.

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.