diff options
| author | Malte Beckmann <maltebeckmann@me.com> | 2014-09-11 14:43:49 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-09-13 13:00:42 -0400 |
| commit | 22bfc451467ec6e13044a87a97cf00e9f8a845e4 (patch) | |
| tree | 13b2678945298e7eba4155c22a33c06f298af4d0 /docs | |
| parent | 5472d18e3193050f5b9a25b71852ca7b77f852a5 (diff) | |
Fixed #23466 -- Removed seconds from all locale time output formats.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index a904f0fd13..51febddd9a 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -556,6 +556,9 @@ Miscellaneous * For consistency with other major vendors, the ``en_GB`` locale now has Monday as the first day of the week. +* Seconds have been removed from any locales that had them in ``TIME_FORMAT``, + ``DATETIME_FORMAT``, or ``SHORT_DATETIME_FORMAT``. + .. _deprecated-features-1.8: Features deprecated in 1.8 |
