If I recall correctly, Laika's job submission classes have a waitForTime() method, which add a callback
'triggers': "dummy-time-self-%d" % startSec,
'language': 'qube',
'code': 'unblock-self'
where startSec is the number of seconds since the beginning of the unix epoch, minus the qb.QB_TIME_EPOCH_OFFSET value.