https://bugzilla.wikimedia.org/show_bug.cgi?id=28655
--- Comment #6 from Ryan Kaldari <[email protected]> 2011-04-24 03:23:49 UTC --- Regarding cases 2 and 3: These are also caused by PHP's DateTime constructor. >From php.net: "...years below 100 are handled in a special way when the y or yy symbol is used. If the year falls in the range 0 (inclusive) to 69 (inclusive), 2000 is added. If the year falls in the range 70 (inclusive) to 99 (inclusive) then 1900 is added." Regarding cases 4 and 5: This is just due to how PHP's DateTime constructor parses the dates. Why would we need to support those formats anyway? They seem pretty nonsensical to me. Regarding languages, unfortunately, PHP's date functions only support English, so we would probably have to write our own functions from scratch to fix this. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
