Is your feature request related to a problem? Please describe.
There are some utils and helper classes which can be controlled via one or more time parameters:
The time value is given as int, wich represents seconds or milli seconds. That can be confusing and be a cause of wrong using of that classes/methods.
Describe the solution you'd like
Add Java Duration support and mark current implementations as deprecated.
Is your feature request related to a problem? Please describe.
There are some utils and helper classes which can be controlled via one or more time parameters:
The time value is given as int, wich represents seconds or milli seconds. That can be confusing and be a cause of wrong using of that classes/methods.
Describe the solution you'd like
Add Java
Durationsupport and mark current implementations as deprecated.