You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is this currently possible, and if not can this suggestion be considered to be implemented? Also any reasonable workaround for it until it is implemented?
Thanks
The text was updated successfully, but these errors were encountered:
Hi.
I've been trying to find out how do this, but all evidence seems to indicate support does not exist. I'm trying to do something like this:
schedule.every().day.at("09:00", "June, 1", "US/Eastern").do()
or
schedule.every().year.at("09:00", "US/Eastern").on("June 1").do()
or
schedule.every().june(1).at("09:00", "US/Eastern").do()
is this currently possible, and if not can this suggestion be considered to be implemented? Also any reasonable workaround for it until it is implemented?
Thanks
The text was updated successfully, but these errors were encountered: