Time Differane calculation Issues "wrong current Time"

hi, i have a workflow that calculates the time difference between current time and the stored time value. the issue is that the result was not correct, digging into the issue i found that the current time used in the time calculation is not correct and it will freeze, like in the attached screen shots couple of minutes apart. how can i resolve this?
image
image
prayer-time-trigger-develop.flow (6.9 KB)

Take a look at the format you’re using in the Time Gen node under Result Format Template (working.time).
In HH:MM Z, the MM will return the current calendar month (in this case, since it’s currently June, it will return 06).
Presumably, you want to be using mm which returns current minutes.
Further details on MomentJS formatting: Moment.js | Docs

Let us know if you have any further questions on this project - we’re happy to help!