Hi All,
I'm looking for a way to calculate how many hours are between now and the first upcoming 11GMT.
To illustrate:
//echo -a $gmt($ctime,HH) return atm 22
Now it should calculate the amount of hours to the next 11GMT.
So, in this case I want the bot to return 12 (or 13
)
Basicly the bot should return how many hours are between NOW and the first coming 11GMT...
Any idea's?
Thx!