]> code.delx.au - gnu-emacs/commitdiff
Document incompatible changes in 'format-time-string'
authorEli Zaretskii <eliz@gnu.org>
Sat, 2 Apr 2016 13:23:05 +0000 (16:23 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 2 Apr 2016 13:23:05 +0000 (16:23 +0300)
* etc/NEWS: Mention the incompatible change in the interpretation
of the 3rd argument to 'format-time-string'.  (Bug#21943)

etc/NEWS

index 5599bd9dddd5e9c16b4076df3c26afca1b3cce74..7de746e7556d04cfc8e911b7d05d57847719a3bf 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1771,6 +1771,11 @@ rule.  The affected functions are 'current-time-string',
 function 'encode-time', which already accepted a simple time zone rule
 argument, has been extended to accept all the new forms.
 
+*** Incompatible change in the third argument of 'format-time-string'.
+Previously, any non-nil argument was interpreted as a UTC time zone.
+This is no longer true; packages that want UTC time zone should pass t
+as the third argument.
+
 *** Time-related functions now consistently accept numbers
 (representing seconds since the epoch) and nil (representing the
 current time) as well as the usual list-of-integer representation.