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
Can support be added to convert Crons to human-readable strings? e.g. "Every Sunday at 6:00PM"
Ideally, this should also work with different timezones, e.g. you should be able to specify the timezone of the cron, and the target, e.g. if the Cron is UTC and you want it displayed in CST, it should be possible to do so.
The text was updated successfully, but these errors were encountered:
Are you asking to convert text to cron expressions or the other way around?
Converting text to cron expression sounds quite complicated and I‘m not sure if that would have a place in this library.
Converting cron to text should be a lot simpler and could help users understand their expressions.
In either case, I‘m open to explore the possibility, but will not have the time to do so myself. If you‘d like to explore this, you‘d have to document the desired and detailed behaviour theoretically and also be willing to provide a PR later.
Can support be added to convert Crons to human-readable strings? e.g. "Every Sunday at 6:00PM"
Ideally, this should also work with different timezones, e.g. you should be able to specify the timezone of the cron, and the target, e.g. if the Cron is UTC and you want it displayed in CST, it should be possible to do so.
The text was updated successfully, but these errors were encountered: