Page MenuHomePhabricator

Time zone names in signatures lack i18n
Closed, ResolvedPublic

Description

Author: z9z8z-wps

Description:
In parser.php the PHP function date('T') is used to generate the time zone information for user signatures. Apparently date('T') returns only
abbreviations of English time zone names ignoring any existing names in other languages.

MediaWiki should either provide the possibility to translate these time zone abbreviations (in the MediaWiki namespace) or use the more neutral UTC
+/- notation (like "UTC+1345" instead of "CHADT"). Perhaps the best would be to have the +/-xxxx notation as default and to allow MediaWiki
messages to override any possible of these.


Version: unspecified
Severity: normal

Details

Reference
bz7556

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:25 PM
bzimport set Reference to bz7556.
bzimport added a subscriber: Unknown Object (MLST).
  • This bug has been marked as a duplicate of bug 5832 ***