https://bugzilla.wikimedia.org/show_bug.cgi?id=32351
--- Comment #10 from Bawolff <[email protected]> 2011-11-20 01:11:11 UTC --- >it would be easy to translate it to user timezone and format with user >preferences on the client side with JQuery script. Do you know how to pass user >preferences to the client? We actually already do that, for all user preferences. >Ok, let us get back to #time and #timel. You do object against #timel to be a >user local time. If I change it to be a local server time will it be enough to >apply the patch? That would take care of most of my concerns. The other concern I have is you should use $parser->getOptions()->getDateFormat() instead of $wgLang->dateFormat(), and should probably be using $parser->getFunctionLang() instead of $wgLang in most (all) of the places you use $wgLang (need to double check that though) -- 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
