Hi,I have a task to create an applet which will permit certain cli command execution based on time of the day. eg: no "conf-t" during working ours. I did write following applet, which kind of does the thing, but it seems not very optimal for me. So I...