If we write the times in the 24 hour format, we get
01.14 -> 13.14
02.15 -> 14.15
03.16 -> 15.16
04.17 -> 16.17
05.18 -> 17.18
06.19 -> 18.19
07.20 -> 19.20
08.21 -> 20.21
09.22 -> 21.22
10.23 -> 22.23
11.24 -> 23.24
12.25 -> 00.25
Every minute is the hour plus one, and the next hour is the same as the last minute (except from the last one, but let's ignore it

24.25 is not the correct way of writing 25 minutes past midnight, but it is possible to understand what is means)
I admit it is a bit farfetched, but I'll take my chances