I need to generate the cron expression based on milliseconds. For example: what will be the cron expression for 86400(milliseconds) and how to get the expression..? Please help..
Thanks...
|
I need to generate the cron expression based on milliseconds. For example: what will be the cron expression for 86400(milliseconds) and how to get the expression..? Please help.. Thanks... |
|||
|
|
If you really require that kind of precision, you should build your own daemon (unless I got your question wrong). If your intend is "just" to convert second/millisecond time to crontab expression. Then:
For more have look at the crontab man page. |
||||
|