diff options
| author | Paul Eggert | 2016-04-02 23:43:44 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-04-02 23:44:18 -0700 |
| commit | b787d5501bad8036016d835faa2f90bb0904c038 (patch) | |
| tree | 1bc1ab283f0ef8cf95a16afbbb71a682fbf5d180 /lisp/net | |
| parent | 13c8f29ce361e3aad71cf2b44e76d5cfdaf7dda3 (diff) | |
| download | emacs-b787d5501bad8036016d835faa2f90bb0904c038.tar.gz emacs-b787d5501bad8036016d835faa2f90bb0904c038.zip | |
More format-time-string change fixups
* lisp/net/tramp-sh.el (tramp-sh-handle-set-file-times):
* lisp/org/org.el (org-timestamp-format):
Fix doc to match new format-time-string behavior.
* lisp/org/ox-icalendar.el (org-icalendar-convert-timestamp):
Use (not (not X)) to treat non-nil values of utc arg as UTC.
Diffstat (limited to 'lisp/net')
| -rw-r--r-- | lisp/net/tramp-sh.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index 5b9083203b5..aa0ac022f03 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el | |||
| @@ -1525,7 +1525,7 @@ of." | |||
| 1525 | (current-time) | 1525 | (current-time) |
| 1526 | time)) | 1526 | time)) |
| 1527 | ;; With GNU Emacs, `format-time-string' has an | 1527 | ;; With GNU Emacs, `format-time-string' has an |
| 1528 | ;; optional parameter UNIVERSAL. This is preferred, | 1528 | ;; optional parameter ZONE. This is preferred, |
| 1529 | ;; because we could handle the case when the remote | 1529 | ;; because we could handle the case when the remote |
| 1530 | ;; host is located in a different time zone as the | 1530 | ;; host is located in a different time zone as the |
| 1531 | ;; local host. | 1531 | ;; local host. |