aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-07-30 16:56:12 +0200
committerLars Ingebrigtsen2019-07-31 21:47:29 +0200
commit46df7bbe12cce4c9af7ce4357aa9f8d36c1d8933 (patch)
treebb2e88c7866ff6984a2398ec74c69a58bac8b7d5 /etc
parent07ce3be6aa15fdf2092bdf3c60a132d5f4b9c980 (diff)
downloademacs-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 486e677539d..e1ac4eb9337 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2110,6 +2110,10 @@ 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
2113** 'define-minor-mode' automatically documents the meaning of ARG. 2117** 'define-minor-mode' automatically documents the meaning of ARG.
2114 2118
2115+++ 2119+++