Files
vault/changelog/21357.txt
Violet Hynes 3a46ecc389 Replace all remaining time.ParseDurations with parseutil.ParseDurationSeconds (#21357)
* Replace all time.ParseDurations with testutil.ParseDurationSeconds

* Changelog

* Import formatting

* Import formatting

* Import formatting

* Import formatting

* Semgrep rule that runs as part of CI
2023-06-20 14:37:46 -04:00

3 lines
104 B
Plaintext

```release-note:bug
core: Fixed issue with some durations not being properly parsed to include days.
```