- MFH: Added support for the full ISO week number format. (2006-W52-7)

This commit is contained in:
Derick Rethans 2006-09-06 07:34:51 +00:00
parent afb8af1f5f
commit 5d6f6783ae
2 changed files with 18878 additions and 18441 deletions

File diff suppressed because it is too large Load diff

View file

@ -849,8 +849,8 @@ wddx = year4 "-" month "-" day "T" hour24 ":" minute ":" second;
pgydotd = year4 "."? dayofyear; pgydotd = year4 "."? dayofyear;
pgtextshort = monthabbr "-" daylz "-" year; pgtextshort = monthabbr "-" daylz "-" year;
pgtextreverse = year "-" monthabbr "-" daylz; pgtextreverse = year "-" monthabbr "-" daylz;
isoweekday = year4 "W" weekofyear [0-7]; isoweekday = year4 "-"? "W" weekofyear "-"? [0-7];
isoweek = year4 "W" weekofyear; isoweek = year4 "-"? "W" weekofyear;
exif = year4 ":" monthlz ":" daylz " " hour24lz ":" minutelz ":" secondlz; exif = year4 ":" monthlz ":" daylz " " hour24lz ":" minutelz ":" secondlz;
/* Common Log Format: 10/Oct/2000:13:55:36 -0700 */ /* Common Log Format: 10/Oct/2000:13:55:36 -0700 */