https://bugzilla.wikimedia.org/show_bug.cgi?id=34835
Antoine "hashar" Musso <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |[email protected] AssignedTo|[email protected]. |[email protected] |org | --- Comment #1 from Antoine "hashar" Musso <[email protected]> 2012-03-01 11:59:04 UTC --- The relevant message is wlnote from includes/specials/SpecialWatchlist.php . It was changed by r111882 to use the user date and time. Now looks like: $wlInfo = $this->msg( 'wlnote' ) ->numParams( $numRows, round( $values['days'] * 24 ) ) ->params( $lang->userDate( $timestamp, $user ), $lang->userTime( $timestamp, $user ) )->parse() . '<br />'; -- 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
