Closed solodkiy closed 1 year ago
More convenient way to get Interval from two ZonedDateTime.
$a->getIntervalTo($b); // vs old version Interval::of($a->getInstant(), $b->getInstant())
relates to https://github.com/brick/date-time/pull/71
@BenMorel fixed
Thank you, released as 0.5.3!
More convenient way to get Interval from two ZonedDateTime.
relates to https://github.com/brick/date-time/pull/71