On 4/23/22 01:25, Ihor Radchenko wrote:
+  (should (string-equal
+           "2022-03-24 23:30:01"
+           (format-time-string
+            "%F %T"
+            (org-encode-time '(01 30 23 24 03 2022 nil -1 nil)))))
...
These tests will be executed using system value of TZ. I am not sure if
tests are not going to break, say, in southern hemisphere or at some
other bizzare values of TZ.


Good point: that test won't work in a time zone where the local time 23:30:01 does not exist due to a daylight-saving spring-forward transition.

Reply via email to