You can add 10*60*1000 to the clock variable every 1 second - this will equal to 10 minutes in milliseconds.
Then convert that value to days/hours/minutes using Date expressions. For example Date.GetHours(clockVar) will return the number of hours.
See the official example for the Date plugin.