Page MenuHomePhabricator

A patch to Language.php which adds ISO 8601 support to date(), time() and timeanddate()
Closed, ResolvedPublic

Description

Author: avarab

Description:
This patch adds ISO 8601 support to date(), time() and timeanddate() in
Language.php which means that if $wgUseDynamicDates is set to true in
LocalSettings and the user selects the fourth date option (i.e. 2001-01-15) in
Special:Preferences sie will get a ISO 8601 date in page histories, recent
changes, signitures and other places that use date(), time() and timeanddate(),
for example "2005-03-07 03:00:45" in histories instead of the current "03:00,
2005 Mar 7".


Version: 1.5.x
Severity: normal

Details

Reference
bz1641

Revisions and Commits

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 8:13 PM
bzimport set Reference to bz1641.
bzimport added a subscriber: Unknown Object (MLST).

avarab wrote:

A patch to Language.php

Attached:

Diffusion added a commit: Unknown Object (Diffusion Commit).Mar 4 2015, 8:22 AM