branch: elpa/parseedn
commit 5470d4ed67aed4dde74bd913b855dc5cdff3a4ef
Author: Arne Brasseur <[email protected]>
Commit: Arne Brasseur <[email protected]>

    Fix the inst parsing test for the case where TZ=UTC
    
    Seems date-to-time is actually dependent on the current TZ. Another reason 
that
    we urgently need proper TZ parsing and printing. For now just adjusting the 
test
    case so it (hopefully) passes on CI.
---
 test/parseedn-test-data.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/parseedn-test-data.el b/test/parseedn-test-data.el
index 5b029dc03f..2dd46ff1ac 100644
--- a/test/parseedn-test-data.el
+++ b/test/parseedn-test-data.el
@@ -350,6 +350,7 @@
        "inst"
        (a-list
         :source "#inst \"2020-09-09T06:56:04\""
-        :edn '((edn-inst 24408 24676 )))))
+        ;; FIXME this value may differ depending on the timezone of your 
machine
+        :edn '((edn-inst 24408 31876)))))
 
 ;;; parseedn-test-data.el ends here

Reply via email to