I'm kinda lazy and I was wondering if there was any talk about having another option below the clock to show what time the next round will start.
For example:
Assuming it is currently 11:18 a.m. on the (GMT - 5 hours) setting
Time Remaining 05hrs 0min 16sec
Next Round Commences At 16hrs 18min 16sec
I know its easy to add the numbers in my head but why not do it if you can.
The code implementation would'nt be that hard. It would look something like the pseudo code below.
Next Round Commences At = (Current Time(GMT-5)) + (Time Remaining)
Display(Next Round Commences At)