mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
- Those should be lower case only.
This commit is contained in:
parent
9e5bd669d9
commit
663bb230b9
1 changed files with 1 additions and 1 deletions
|
@ -736,7 +736,7 @@ meridian = [AaPp] "."? [Mm] "."?;
|
||||||
tz = "("? [A-Za-z]{1,4} ")"? | [A-Z][a-z]+([_/][A-Z][a-z]+)+;
|
tz = "("? [A-Za-z]{1,4} ")"? | [A-Z][a-z]+([_/][A-Z][a-z]+)+;
|
||||||
tzcorrection = [+-] hour24 ":"? minutelz?;
|
tzcorrection = [+-] hour24 ":"? minutelz?;
|
||||||
|
|
||||||
daysuf = 'st' | 'nd' | 'rd' | 'th';
|
daysuf = "st" | "nd" | "rd" | "th";
|
||||||
|
|
||||||
month = "0"? [0-9] | "1"[0-2];
|
month = "0"? [0-9] | "1"[0-2];
|
||||||
day = ([0-2]?[0-9] | "3"[01]) daysuf?;
|
day = ([0-2]?[0-9] | "3"[01]) daysuf?;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue