Files
rust/library/std/tests
Clara Engler 567b569e2b time: Add saturating arithmetic for SystemTime
This commit implements the following methods:
* `SystemTime::saturating_add`
* `SystemTime::saturating_sub`
* `SystemTime::saturating_duration_since`

The implementation of these methods is rather trivial, as the main logic
lies behind the constants `SystemTime::MIN` and `SystemTime::MAX`.
2026-01-16 11:52:01 +01:00
..
2026-01-05 09:47:20 +11:00
fix
2025-11-27 17:55:34 +07:00