Great, using "never" as prompt results in: "At 12:00 AM, on day 31 of the month, only in February"
Not precisely related, just a go-to "they've thought of that" anecdote for when people are underestimating how thorough the law can be.
21–30 of 61 posts
Great, using "never" as prompt results in: "At 12:00 AM, on day 31 of the month, only in February"
Not precisely related, just a go-to "they've thought of that" anecdote for when people are underestimating how thorough the law can be.
It's erroring out on me but I wanted to try one of my stackoverflow questions from long ago that still gets frequent votes: Every 15 minutes except at 3AM? Stackoverflow responses say it can't be done in one line.
This is pretty great. It would be nice if it were able to handle exceptions, for example: "The second Sunday of every month except in December"
I added your example to the training data and it seems like it helped it learn exceptions. Here's the result for your prompt: 0 0 8-14 1-4,6-12 *
IMO it should generate something like: "0 0 * 1-11 SUN#2"
The "#2" bit is not standard cron syntax though and will not work correctly in e.g. Debian cron.
Great, using "never" as prompt results in: "At 12:00 AM, on day 31 of the month, only in February"
It's erroring out on me but I wanted to try one of my stackoverflow questions from long ago that still gets frequent votes: Every 15 minutes except at 3AM? Stackoverflow responses say it can't be done in one line.
Ah it finally worked: 0-59/15 3 * * *') Is this correct? :)
It's erroring out on me but I wanted to try one of my stackoverflow questions from long ago that still gets frequent votes: Every 15 minutes except at 3AM? Stackoverflow responses say it can't be done in one line.
Ah it finally worked: 0-59/15 3 * * *') Is this correct? :)
I tried other hard ones and got rate limited :(
"first and third Tuesday at noon each month "
Great, using "never" as prompt results in: "At 12:00 AM, on day 31 of the month, only in February"
In some contexts it is a legal requirement to treat the date February 29th in a non-leap-year as March 1st. Not precisely related, just a go-to "they've thought of that" anecdote for when people are underestimating how thorough the law can be.
It's erroring out on me but I wanted to try one of my stackoverflow questions from long ago that still gets frequent votes: Every 15 minutes except at 3AM? Stackoverflow responses say it can't be done in one line.