kulkarniniraj1413
New Member
- Messages
- 5
- Reaction score
- 0
- Points
- 0
Hi
I am trying to run a python script every day at specific time using cron job. But I dont know what is current time of server. My account is on stoli server. I tried a python script to get current time, but when I set a cron job 4-5 min after that time, it does not execute. I am able to execute same job using every 2 min setting (*/2 * * * * *). So can anybody tell me what time is cron job synchronised with?
I am trying to run a python script every day at specific time using cron job. But I dont know what is current time of server. My account is on stoli server. I tried a python script to get current time, but when I set a cron job 4-5 min after that time, it does not execute. I am able to execute same job using every 2 min setting (*/2 * * * * *). So can anybody tell me what time is cron job synchronised with?