diff options
| author | Paul Eggert | 2020-01-15 17:36:59 -0800 |
|---|---|---|
| committer | Paul Eggert | 2020-01-15 17:42:11 -0800 |
| commit | 07a4dd8e6aa2787f809d12aa99b8914af91ae2b3 (patch) | |
| tree | 10e020a7600bfd4f431198cbb40682707c91c594 /etc | |
| parent | a70feb0d730e5c70d7f75cff4fea66ec2ddf38dd (diff) | |
| download | emacs-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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, | ||
| 74 | such 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 | ||