1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00

- Those should be lower case only.

This commit is contained in:
Derick Rethans
2005-12-18 16:06:28 +00:00
parent 9e5bd669d9
commit 663bb230b9
+1 -1
View File
@@ -736,7 +736,7 @@ meridian = [AaPp] "."? [Mm] "."?;
tz = "("? [A-Za-z]{1,4} ")"? | [A-Z][a-z]+([_/][A-Z][a-z]+)+;
tzcorrection = [+-] hour24 ":"? minutelz?;
daysuf = 'st' | 'nd' | 'rd' | 'th';
daysuf = "st" | "nd" | "rd" | "th";
month = "0"? [0-9] | "1"[0-2];
day = ([0-2]?[0-9] | "3"[01]) daysuf?;