Page MenuHomePhabricator

Changes to $dateFormats in MessagesDe.php
Closed, ResolvedPublic

Description

Author: z9z8z-wps

Description:
Changes:

  • removing unused, nonexistent formats
  • putting time after date

Version: 1.7.x
Severity: enhancement

Details

Reference
bz8878

Event Timeline

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

z9z8z-wps wrote:

dateFormats patch

attachment datetimepatch ignored as obsolete

Created attachment 3186
modified date time patch

With r19788 I have changed the format slightly (haven't seen this bug) to avoid
the abbreviation point for the month "Mai" (may). This modified patch reflects
this change.

attachment datetimepatch2.patch ignored as obsolete

Created attachment 3618
New date/time format

I propose a change to these format:

  1. Standard
  2. 15. Jan. 2001, 16:12
  3. 16:12, 15. Jan. 2001
  4. 2001-01-15T16:12:34

No 3. is the actual standard. I see no reason why to delete it. I assume most
users will miss it.

The formats
16:12, Jan. 15. 2001
16:12, 2001 Jan. 15
are really unusual. I think no one will miss them...

Attached:

Applied with a few modifications with r24514.