pschlan / cron-job.org

cron-job.org Open Source project
GNU General Public License v2.0
1.47k stars 254 forks source link

Custom cron job expression don't work #237

Open kushagrasc opened 5 months ago

kushagrasc commented 5 months ago

Hello, this is to bring to your attention regarding my cronjob.

You can observe that it is executing every minute.

Screenshot 2024-04-10 at 21 19 10

However, the desired cron expression suggests running the job every minute between 10 AM to 7 PM from Monday to Friday.

Screenshot 2024-04-10 at 21 22 20

PS: Confusion arises regarding how this timezone is determined. Since I am from India, I wonder if this timezone is Indian Standard Time (IST) or Coordinated Universal Time (UTC). (Can someone please confirm this thing to me)

pschlan commented 5 months ago

The actual job execution will use the time zone you can specify at the 'Advanced' tab of the job. Can you check which timezone is configured there?

kuspia commented 5 months ago

Can you check which timezone is configured there?

@pschlan hey that's my another id, so prolly I am using IST only because I have not configured anything in advanced tab.