]> git.eshelyaron.com Git - emacs.git/commit
Fix timezone detection of parse-iso8601-time-string
authorHong Xu <hong@topbug.net>
Sat, 24 Dec 2016 12:35:12 +0000 (14:35 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 24 Dec 2016 12:35:12 +0000 (14:35 +0200)
commit25c9cb77b4346c9912c995ca3a63fc7ab424795e
tree1b450c512afd6cbd8cbd3519797369c16accb1cb
parente36a3882c338765a9ddfebfc160e5a298933f233
Fix timezone detection of parse-iso8601-time-string

* parse-time.el (parse-iso8601-time-string): Fix timezone
parsing.  Add a doc string.  (Bug#25086)
* editfns.c (Fdecode-time): Doc fix.
* emacs-mime.texi (time-date): Add an example for
parse-iso8601-time-string.
* parse-time-tests.el (parse-time-tests): Add tests for
parse-iso8601-time-string.
doc/misc/emacs-mime.texi
lisp/calendar/parse-time.el
src/editfns.c
test/lisp/calendar/parse-time-tests.el