in reply to Re: I can't subtract one DateTime objects from each other to get a DateTime::Duration in days
in thread I can't subtract one DateTime object from another to get a DateTime::Duration in days

I have updated the post to make it more clear what's happening.

One DateTime object, with a specific date and time, is being subtracted from another specific DateTime object.

  • Comment on Re^2: I can't subtract one DateTime objects from each other to get a DateTime::Duration in days

Replies are listed 'Best First'.
Re^3: I can't subtract one DateTime objects from each other to get a DateTime::Duration in days (updated)
by LanX (Saint) on May 11, 2021 at 06:58 UTC
    > I have updated the post to make it more clear what's happening.

    no you haven't, please see SSCCE for the next time.

    update

    FWIW: your approach is still wrong and will only sometimes produce correct results.

    See 1nickt's reply with ->delta_days for the correct solution

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    Wikisyntax for the Monastery