From 53268dfe321e9b80c98eb7914682113f49a08d93 Mon Sep 17 00:00:00 2001 From: simonpoole Date: Fri, 22 Dec 2023 09:17:10 +0100 Subject: [PATCH] Add month day non-strict info to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bc623e9..19e411d 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ In non-strict mode the following further differences are allowed: * holidays in weekday range * superfluous ":" after weekday range * 24/7 rules with preceding selectors are corrected to 00:00-24:00 time spans + * single digit month day numbers (Jan 1 instead of Jan 01) * list of month days after months ( Jan 1,4,5 ) * " to " and some translations of it in lieu of a hyphen for ranges * date ranges that do not have the month day specified are corrected (Jan - Feb 15 -> Jan 1 - Feb 15)