https://bugzilla.wikimedia.org/show_bug.cgi?id=33454
Tim Starling <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Tim Starling <[email protected]> 2012-04-23 22:34:58 UTC --- I think adding a timezone parameter to Language::sprintfDate() is the appropriate way to go about it. Then instead of gmdate(), we could use "new DateTime()", which accepts a timezone parameter, and the format() method to format it. The "c" format specifier in PHP does support timezones other than UTC, if it's called in the correct way. -- 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
