aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2020-01-15 17:36:59 -0800
committerPaul Eggert2020-01-15 17:42:11 -0800
commit07a4dd8e6aa2787f809d12aa99b8914af91ae2b3 (patch)
tree10e020a7600bfd4f431198cbb40682707c91c594 /etc
parenta70feb0d730e5c70d7f75cff4fea66ec2ddf38dd (diff)
downloademacs-07a4dd8e6aa2787f809d12aa99b8914af91ae2b3.tar.gz
emacs-07a4dd8e6aa2787f809d12aa99b8914af91ae2b3.zip
parse-time-string now parses ISO 8601 format strings
* lisp/calendar/parse-time.el (parse-time-string): Parse strings in ISO 8601 format too (Bug#39001). (parse-time--rfc-822ish): New internal function, containing most of the old parse-time-string implementation. (parse-iso8601-time-string): Simplify, now that parse-time-string groks ISO 8601.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0e43c321d81..3d5915a3774 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -70,6 +70,9 @@ called when the function object is garbage-collected. Use
70'set_function_finalizer' to set the finalizer and 70'set_function_finalizer' to set the finalizer and
71'get_function_finalizer' to retrieve it. 71'get_function_finalizer' to retrieve it.
72 72
73** 'parse-time-string' can now parse ISO 8601 format strings,
74such as "2020-01-15T16:12:21-08:00".
75
73 76
74* Changes in Emacs 28.1 on Non-Free Operating Systems 77* Changes in Emacs 28.1 on Non-Free Operating Systems
75 78