Function for "pretty timestamps" that are human readable and understandable.
authorAndrew Garrett <agarrett@wikimedia.org>
Mon, 16 Jul 2012 23:04:20 +0000 (16:04 -0700)
committerAndrew Garrett <agarrett@wikimedia.org>
Fri, 12 Oct 2012 08:29:15 +0000 (10:29 +0200)
commitb2180648656e9628ce7c156f87fc45e051072e25
tree8f7aadcd18d353c76764d5252f6b2479da27a007
parentf6cbdfb5e2c3ffc05858612e219a24e22bdbc72e
Function for "pretty timestamps" that are human readable and understandable.

Uses one of the following formats:
- Just now
- 1 minute ago
- 35 minutes ago
- 13:04
- Yesterday at 13:04
- Wednesday at 13:04
- July 16
- July 16, 2012

Change-Id: I53dcf54763c68f15fc4f59b2668001b0cf84adf3
languages/Language.php
languages/messages/MessagesEn.php
languages/messages/MessagesQqq.php
maintenance/language/messages.inc
tests/phpunit/languages/LanguageTest.php