rv vandalism
authorTim Starling <tstarling@users.mediawiki.org>
Wed, 19 Jul 2006 10:30:42 +0000 (10:30 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Wed, 19 Jul 2006 10:30:42 +0000 (10:30 +0000)
includes/SpecialPreferences.php

index c6003b7..b529da0 100644 (file)
@@ -789,7 +789,7 @@ class PreferencesForm {
                if ($dateopts) {
                        $wgOut->addHTML( "<fieldset>\n<legend>" . wfMsg( 'dateformat' ) . "</legend>\n" );
                        $idCnt = 0;
-                       $epoch = '20010408091234';
+                       $epoch = '20010115161234'; # Wikipedia day
                        foreach($dateopts as $key => $option) {
                                if( $key == MW_DATE_DEFAULT ) {
                                        $formatted = wfMsgHtml( 'datedefault' );