"How do you convert seconds to microwave time? let’s say you have 60 seconds that would be 00:60 but if you have 61 seconds then it would be 01:01
What’s the wizardry /g/?"
"How do you convert seconds to microwave time? let’s say you have 60 seconds that would be 00:60 but if you have 61 seconds then it would be 01:01
What’s the wizardry /g/?"
I’m pretty sure every microwave just splits the input in to the last to digits as a number of seconds and the digits before that as minutes. Then runs for
60 * minutes + seconds
. So 0:99 is equivalent to 1:39 and 1:80 is equivalent to 2:20. I mean it is a little weird that the seconds can be >59 and extra weird that you can do 6:66 but it isn’t exactly wizardry.