Hello, "Galen Menzel" <galen.men...@utexas.edu> writes:
> * testing/lisp/test-org.el (test-org/deadline-close-p): Fix false > failures due to time-zone differences. > (test-org/refile-get-targets): Fix false failures when test temp-file > path contains a symlink. Thank you. > - (lambda () '(22353 6425 905205 644000)))) > + (lambda () > + (apply #'encode-time > + (org-parse-time-string "2016-06-03 Fri 01:43"))))) Shouldn't this be (org-parse-time-string "..." nil t) to force UTC? Regards, -- Nicolas Goaziou