DescCron icon indicating copy to clipboard operation
DescCron copied to clipboard

DescCron (Describe Cron) is a plugin for JetBrains IDEs, that provides a descriptive view of cron expressions for humans.

Results 4 DescCron issues
Sort by recently updated
recently updated
newest added

Support cron types mentioned here: https://github.com/jmrozanec/cron-utils/blob/master/src/main/java/com/cronutils/model/CronType.java

DescCron shows 'every 2 hours' for this expression '* */2 * * *' while it should show 'every minute of the second hour'

Add plugin configuration for changing timezone.