PoiScript / iso8601-duration

Parse ISO 8601 duration format.
12 stars 5 forks source link

Is it possible to implement Sub<Duration> for chrono::DateTime<Tz>? #15

Open shepmaster opened 1 year ago

shepmaster commented 1 year ago

There's the corresponding Add implementation — does anything prevent the subtraction version?

shepmaster commented 1 year ago

In a similar vein, what about AddAssign and SubAssign?