I need to determine if the current time is between 10 and 15 minutes after the hour. So e.g.:
- if the current time is 9:22 or 14:41, the answer is false
- if the current time is 1:12 or 18:14, the answer is true
I can't find an example of this anywhere. Does anyone have a general solution?