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?
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?