diff options
| author | Paul Eggert | 2019-07-31 19:21:50 -0700 |
|---|---|---|
| committer | Paul Eggert | 2019-07-31 19:24:13 -0700 |
| commit | f8f1c8c33a0a8fa117bf06e3b34865dea48eb6a1 (patch) | |
| tree | 8848384237d3283acb0ab05770195e244cfc3216 /etc | |
| parent | 5f78e81af0c2648391f26602189c565627e08218 (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 0 insertions, 4 deletions
| @@ -2110,10 +2110,6 @@ doing computations on a decoded time structure), 'make-decoded-time' | |||
| 2110 | filled out), and 'encoded-time-set-defaults' (which fills in nil | 2110 | filled out), and 'encoded-time-set-defaults' (which fills in nil |
| 2111 | elements as if it's midnight January 1st, 1970) have been added. | 2111 | elements 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 | ||
| 2114 | Emacs 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 | +++ |