Instant::add
and Instant::subtract
possibly need to be updated
#109
Labels
Instant::add
and Instant::subtract
possibly need to be updated
#109
The
Instant
built-in'sadd
andsubtract
methods were implemented relatively early in the life oftemporal_rs
. Since then, there has been relatively sizeable refactors made toDuration
that may have causedInstant
's behavior to not align with the Temporal Proposal.Ideally, we need to verify if the behavior is aligned with the specification. If it is, then more tests would probably be nice to ensure that behavior. If
Instant
align is not aligned with the current proposal, then the implementation needs to be updated.The text was updated successfully, but these errors were encountered: