Files
spring-framework/spring-context/src/test/java/org/springframework
Arjen Poutsma 4d670ee25d Drop support for standalone "L" in CronExpression
This commit removes support for a standalone "L" in the
day-of-week of a cron expression, which used a locale-dependent
API to determine what the last day of the week is (Saturday or
Sunday ?).
Alternatively, we could have implement this in the exact way as Quartz
has done (i.e. treat the "L" like "SAT"), but we opted not to do that,
as having an explicit SAT or SUN is much clearer.
2020-08-05 09:42:18 +02:00
..
2020-07-22 10:24:55 +02:00
2020-07-17 17:52:08 +02:00
2020-05-12 14:19:16 +02:00
2019-10-31 14:34:57 +01:00