diff options
| author | Lars Ingebrigtsen | 2019-07-30 16:56:12 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-07-31 21:47:29 +0200 |
| commit | 46df7bbe12cce4c9af7ce4357aa9f8d36c1d8933 (patch) | |
| tree | bb2e88c7866ff6984a2398ec74c69a58bac8b7d5 /etc | |
| parent | 07ce3be6aa15fdf2092bdf3c60a132d5f4b9c980 (diff) | |
| download | emacs-46df7bbe12cce4c9af7ce4357aa9f8d36c1d8933.tar.gz emacs-46df7bbe12cce4c9af7ce4357aa9f8d36c1d8933.zip | |
Add new function time-zone-format
* lisp/calendar/time-date.el (time-zone-format): New function.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -2110,6 +2110,10 @@ 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 | |||
| 2113 | ** 'define-minor-mode' automatically documents the meaning of ARG. | 2117 | ** 'define-minor-mode' automatically documents the meaning of ARG. |
| 2114 | 2118 | ||
| 2115 | +++ | 2119 | +++ |