You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently maintain compatibility with the time::Duration type depending on features (from time 0.1, which is no longer being maintained), so I think adding this today would be a bit of a compatibility hazard.
We have
AddAssign
/SubAssign
implementation forDateTime
/Date
this PR: #698And I think it would be more convinient if there are
AddAssign
/SubAssign
implementation forchrono::Duration
The text was updated successfully, but these errors were encountered: