turkee
turkee copied to clipboard
Why is duration limited to hour increments?
Ideally, I'd like to be able to specify seconds (not hours).
this line make it not possible: hit.duration = duration.to_i.hours.seconds.to_i if duration
Any thoughts on changing this to seconds? I'm happy to write the code.
Are you still interested in creating a pull request for this?