On 04/05/2022 16:56, Ihor Radchenko wrote:
Max Nikulin writes:
1 unexpected results:
FAILED test-org-clock/clocktable/ranges
Thank you, Ihor. I run tests in containers with UTC timezone, so I did
not notice such failure. So unit tests reveal a problem with tests.
`org-read-date-analyze' returns additional nil -1 nil now to allow
passing its result directly to `encode-time'.
`org-test-clock-create-timestamp' replaces nils by 0, so default
timezone becomes UTC.
I will try to fix the test helper later.