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
Replace system::time::Duration with std::time::Duration (#1207)
This pull request replaces `system::time::Duration` with
`std::time::Duration`.
I couldn't find any code that still uses negative duration, so I
replaced it with it's `std` equivalent.
The only place, where I'm not sure if its possible to use an negative
duration, is the `prior_validity` property from the `Authentication`
struct.
Should close#1170
0 commit comments