Hi everyone, I am stuck in a rut.
Trying to get the difference in minutes between two dates.
- I create a UUID using this expression: `{{ $now.format('yyMMddHHmmssuu') }}`
- Then I want to convert this UUID back into a DateTime using the DateTime.fromFormat() function
- Having converted the UUID into a proper DateTime, I want to use the DiffToNow() to get the diff in minutes.
ISSUE: step 2 errors with "Invalid DateTime"
What am I missing?