Re: [PATCH 21.5] Fix signs in time zone string.
Marcus Crestani <[email protected]> Tue, 30 Sep 2014 16:26:21 +0200
| Newsgroups | gmane.emacs.xemacs.patches |
|---|---|
| Message-ID | <[email protected]> |
>>>>>"SJT" == Stephen J Turnbull <[email protected]> writes: >> -arguments: (SECOND MINUTE HOUR DAY MONTH YEAR &optional ZONE &rest REST) >> +arguments: (SECOND MINUTE HOUR DAY MONTH YEAR &optional ZONE) SJT> I think this probably breaks use of several of the time functions as SJT> arguments in the form `(apply encode-time (some-time-function))' (eg, SJT> decode-time returns DST and DOW as well as those above). You are right. I was irritated because ZONE is expected to always be the last argument. I'll leave that part out and I'll only commit the actual fix. Thanks for the review! -- Marcus