Question 214857
One way would be
{{{t[a] + 5 < t[b] <t[a] - 5}}} (in minutes)
This is also
{{{abs(t[b] - t[a]) > 5}}}