From dcd5b80b09c4679d7cceecc852725dba6a75b5f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Thu, 15 Aug 2024 11:13:38 +0200 Subject: [PATCH] ; * etc/NEWS: Fix typo. --- etc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/NEWS b/etc/NEWS index 400d28c9b7c..3bc3d5df34a 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -258,7 +258,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.