From: Collin Funk Date: Mon, 21 Jul 2025 21:47:30 +0000 (-0700) Subject: doc: NEWS: mention that 'date' now supports non-Gregorian calendars X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=027855dcad52d718927c3405bc7d605143e2a625;p=thirdparty%2Fcoreutils.git doc: NEWS: mention that 'date' now supports non-Gregorian calendars Suggested by Bruno Haible in: . * NEWS: Mention the improvement. --- diff --git a/NEWS b/NEWS index b6e41f2a28..f4a4739a8b 100644 --- a/NEWS +++ b/NEWS @@ -54,6 +54,10 @@ GNU coreutils NEWS -*- outline -*- Also on other systems the full set of supported baud rates is determined at build time if possible. + 'date' now outputs dates in the country's native calendar for the + Iranian locale (fa_IR) and for the Ethiopian locale (am_ET), and also + does so more consistently for the Thailand locale (th_TH.UTF-8). + * Noteworthy changes in release 9.7 (2025-04-09) [stable]