Last modified: 2010-05-15 15:38:33 UTC
This patch adds ISO 8601 support to date(), time() and timeanddate() in Language.php which means that if $wgUseDynamicDates is set to true in LocalSettings and the user selects the fourth date option (i.e. 2001-01-15) in Special:Preferences sie will get a ISO 8601 date in page histories, recent changes, signitures and other places that use date(), time() and timeanddate(), for example "2005-03-07 03:00:45" in histories instead of the current "03:00, 2005 Mar 7".
Created attachment 335 [details] A patch to Language.php