set a timer for a specific time

I am trying to use \t with .z.ts to set up a daily job to execute at a particular time. Is there a way to set the timer to run at a particular time during the day, instead of having to check every interval?

thanks

build table where you insert jobs and in .z.ts check if job is due and execute it.
 

hi ,

Please have a look on below link:
http://www.kdbfaq.com/kdb-faq/how-do-i-use-the-timer.html

see also: http://code.kx.com/wsvn/code/contrib/mrosenberg/timer/timer.q

Thanks guys for all the solutions. Very helpful!