I am trying to subtract 10 minutes from the current time, but I cant find the proper syntax in the documentation I have looked up
I have this so far
def
10.minutes.ago should give what you are looking for
10.minutes.ago
use( groovy.time.TimeCategory ) { println 10.minutes.ago }