time

In my game, i have a place where it is showing the time, but since i use the clock behavior, the hour output doesn’t change to 1 when it is in the afternoon(it shows 13 when it is 1). How do i make it so after noon, it shows 1 instead of 13? https://flowlab.io/game/view/1443599

Subtract 12 if it’s greater than 12…
2020.06.28-12.17

thanks