Gaëtan 27e6271402
Implement modulo for duration (#10745)
# Description
This PR adds the ability to use modulo with durations:

```nu
(2min + 31sec) mod 20sec # 11sec
```

# User-Facing Changes

Allows to use `<duration> mod <duration>`
2023-10-19 12:27:00 +02:00
..
2023-09-05 16:35:58 +02:00
2023-08-17 11:58:38 +03:00
2023-10-03 10:51:46 +13:00
2023-09-26 18:49:28 +02:00
2023-08-25 07:50:29 +12:00