https://bugzilla.wikimedia.org/show_bug.cgi?id=27158
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Krinkle <[email protected]> --- (In reply to Brion Vibber from comment #1) > User::sendConfirmationMail() fills this out; it's currently disabling > timezone adjustment on the output. > > Should double-check if $wgUser is always correct here (what about when an > existing logged-in user creates someone else's account?) -- if it's safe, > then can just pass true to let the user/default settings be used. Otherwise, > need to pull the setting from the user and pass it in direct as fourth > parameter to timeanddate() etc. Yeah, the method change I58b2f6a0a37d modifies doesn't seem to be tied to the global wgUser in any way so it should either use the wiki standard timezone or the target user, not the global user. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
