]> git.eshelyaron.com Git - emacs.git/commit
parse-time-string now parses ISO 8601 format strings
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Jan 2020 01:36:59 +0000 (17:36 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Jan 2020 01:42:11 +0000 (17:42 -0800)
commit07a4dd8e6aa2787f809d12aa99b8914af91ae2b3
tree10e020a7600bfd4f431198cbb40682707c91c594
parenta70feb0d730e5c70d7f75cff4fea66ec2ddf38dd
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.
etc/NEWS
lisp/calendar/parse-time.el