I want to create a cron job in Hybris that can run 5 days before the month end.I'm do some using
0 23 22-31 * * [ $(date -d +1day +%d) -eq 1 ]
What is equivalent to this in hybris cron job impex configuration.
I found better solution , using quartz
0 0 0 L-5 * ? *
ref