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
..
2025-02-07 16:54:07 +01:00
2026-01-05 09:47:20 +11:00
2024-04-28 18:04:25 -04:00
2024-04-28 18:04:25 -04:00
fix
2025-11-27 17:55:34 +07:00
2025-02-09 17:11:13 +00:00
2024-07-29 08:26:52 +10:00