From: Ulrich Müller Date: Thu, 15 Aug 2024 09:13:38 +0000 (+0200) Subject: ; * etc/NEWS: Fix typo. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b633476949decc63e778bf9292ea7d7b1a2a38b4;p=emacs.git ; * etc/NEWS: Fix typo. (cherry picked from commit dcd5b80b09c4679d7cceecc852725dba6a75b5f0) --- diff --git a/etc/NEWS b/etc/NEWS index 4238b9eec49..100c13bf01c 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -252,7 +252,7 @@ If supplied, 'string-pixel-width' will use any face remappings from BUFFER when computing the string's width. +++ -** 'date-to-time' now defaults to local time +** 'date-to-time' now defaults to local time. The function now assumes local time instead of Universal Time when its argument lacks explicit time zone information. This has been the de-facto behavior since Emacs 24 although documentation said otherwise.