Support conversion of Duration like 2h30s
#40901
Labels
for: external-project
For an external project and not something we can fix
status: duplicate
A duplicate of another issue
Uh oh!
There was an error while loading. Please reload this page.
It would be useful if parsing of formats like
3h10s
or2h 10m 45s
to java.time.Duration is supported.kotlin.time.Duration.parse(String) could serve as a possible reference.
Decimal notation e.g.
1.5h
would also be nice.The text was updated successfully, but these errors were encountered: