From 22bfc451467ec6e13044a87a97cf00e9f8a845e4 Mon Sep 17 00:00:00 2001 From: Malte Beckmann Date: Thu, 11 Sep 2014 14:43:49 +0200 Subject: Fixed #23466 -- Removed seconds from all locale time output formats. --- docs/releases/1.8.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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 -- cgit v1.3