Template Condition last triggered doesn't work

The default value have to be higher than 1h.

This looks like it could work.

default((now() - timedelta( hours = 1, minutes = 1 )), true) 

Or is there a better solution?