22.04.2012, 02:49
Well first you need to get the number of seconds left, so do time_he_will_be_unmuted-gettime(), that will give you how many seconds are left, then divide by 60 to find out how many hours, then use modulo (%) to find out how many minutes/seconds.