Hi I’m new here! So I am aiming to create a ‘countdown timer’ in a 4-hour interval and display the result in HH:MM format e.g. (Countdown in 01:32). I have two time blocks, get current time and get specific time (set to 16:00hrs as a test), followed by a math block to do the subtraction between the two times in unix format. Finally, I parsed it back to normal time format and show it on an interaction block but it keeps displaying the result as ‘0’.