aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2019-07-31 19:21:50 -0700
committerPaul Eggert2019-07-31 19:24:13 -0700
commitf8f1c8c33a0a8fa117bf06e3b34865dea48eb6a1 (patch)
tree8848384237d3283acb0ab05770195e244cfc3216 /etc
parent5f78e81af0c2648391f26602189c565627e08218 (diff)
downloademacs-f8f1c8c33a0a8fa117bf06e3b34865dea48eb6a1.tar.gz
emacs-f8f1c8c33a0a8fa117bf06e3b34865dea48eb6a1.zip
format-time-string subsumes time-zone-format
* lisp/calendar/time-date.el (time-zone-format): * test/lisp/calendar/time-date-tests.el (test-time-zone-format): Remove. * lisp/gnus/nnrss.el (nnrss-normalize-date): Use format-time-string instead of time-zone-format.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e1ac4eb9337..486e677539d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2110,10 +2110,6 @@ doing computations on a decoded time structure), 'make-decoded-time'
2110filled out), and 'encoded-time-set-defaults' (which fills in nil 2110filled out), and 'encoded-time-set-defaults' (which fills in nil
2111elements as if it's midnight January 1st, 1970) have been added. 2111elements as if it's midnight January 1st, 1970) have been added.
2112 2112
2113*** The new function `time-zone-format' has been added to format
2114Emacs time zones (which are in seconds) according to many standards
2115(i.e., "+01:00").
2116
2117** 'define-minor-mode' automatically documents the meaning of ARG. 2113** 'define-minor-mode' automatically documents the meaning of ARG.
2118 2114
2119+++ 2115+++