Giter VIP home page Giter VIP logo

Comments (3)

Gusted avatar Gusted commented on July 18, 2024

Some light investigation suggests that the problem is in roundToSingleUnit (months and days needs to be specified for it to reproduce) likely around this logic, there's no comment here so I'm not sure what this logic is supposed to do. Here's a concrete testcase that currently fails.

diff --git a/test/duration.ts b/test/duration.ts
index ef96d97..e6c6aaf 100644
--- a/test/duration.ts
+++ b/test/duration.ts
@@ -309,6 +309,7 @@ suite('duration', function () {
         },
       ],
       ['-P27D', '-P1M', {relativeTo: new Date('2023-02-28T00:00:00Z')}],
+      [{days: -15, months: -11}, '-P1Y', {relativeTo: new Date('2024-01-06T00:00:00')}],
     ])
     for (const [input, expected, opts] of roundTests) {
       test(`roundToSingleUnit(${input}) === ${expected}`, () => {

from relative-time-element.

martinburger avatar martinburger commented on July 18, 2024

I think I ran into a similar issue:

image

This screenshot has been taken from a Gitea instance. Gitea uses relative-time-element to display, well, relative dates.

from relative-time-element.

santeriv avatar santeriv commented on July 18, 2024

Yeah seeing similar on 2024-01-15 (not yet 3 years, but it shows 4 years ) compared to real value 2021-02-02 .
image

Did not make a test case of this..

from relative-time-element.

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.