A cron expression for every 15th and last day of the month at 12:00 does not behave as expected and skips the last days when asked for next execution time.
Example cron schedule: 0 0 L,15 * *
While the cron expression is "valid" I wonder if this is in fact not supported.