Any tutorial links to help me understand the Schedule string in Deno.cron()
I am currently working on an issue on the deno repo and I am trying to reconstruct the deno schedule string from an object, but I am finding it a little bit hard to find any resources that explains the Deno.cron() function parameters especially the schedule string. I would really appreaciate it if anyone could help explain the schedule string or at least provide some resources I could read it up on.
I got this image from the issue but the thing is that most of the asterix doesn't make sense at least to me. I understand there is minute, hour and days_of_week but there are two unidentified * that I don't really know what they reperesent.
I got this image from the issue but the thing is that most of the asterix doesn't make sense at least to me. I understand there is minute, hour and days_of_week but there are two unidentified * that I don't really know what they reperesent.

