Coder Social home page Coder Social logo

Comments (7)

diesieben07 avatar diesieben07 commented on June 8, 2024 1
const padding = Duration.fromObject({days: 1}).toMillis() / 2;
const relative = DateTime.fromISO('2023-08-07T12:54:56.886Z').toRelative({ padding });

from luxon.

icambron avatar icambron commented on June 8, 2024

You'll need to tell us what time it was when you ran this, and what time zone that was in.

from luxon.

Gokulkannan08 avatar Gokulkannan08 commented on June 8, 2024

Checked round 10.30 am (IST) in the morning and periodically after that
timezone - "Asia/calcutta"

from luxon.

diesieben07 avatar diesieben07 commented on June 8, 2024

I cannot reproduce this with the following code:

const dummyNow = DateTime.fromISO('2023-08-25T10:30', {zone: 'Asia/Calcutta'}).toMillis();
Settings.now = () => dummyNow;
Settings.defaultZone = 'Asia/Calcutta';
Settings.defaultLocale = 'en-US';
console.log(DateTime.fromISO(new Date('2023-08-07T12:54:56.886Z').toISOString()).toRelative());

This produces "17 days ago" for me, in Node.JS 18, Chrome and Firefox.

Please provide more details for how to reproduce this issue.

from luxon.

Gokulkannan08 avatar Gokulkannan08 commented on June 8, 2024

I have attached the screenshot below.

Luxon
Screenshot from 2023-08-27 11-33-52

Moment
Screenshot from 2023-08-27 11-33-41

from luxon.

diesieben07 avatar diesieben07 commented on June 8, 2024

Okay, so the date you're using is 2023-08-07T18:24:56 in your time zone. Since the current time in your time zone is 2023-08-27T11:33:00, 19 days and a few hours have passed. As such the report "19 days ago" is entirely accurate.

Moment.js does some funky rounding when you call fromNow instead of giving you an accurate report.
In Luxon you can use the padding option of toRelative to round up to e.g. the nearest day.

from luxon.

Gokulkannan08 avatar Gokulkannan08 commented on June 8, 2024

@diesieben07 How to round up with the nearest day using padding in toRelative()?

from luxon.

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.