emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/parseedn 5470d4ed67 21/32: Fix the inst parsing test for t


From: ELPA Syncer
Subject: [nongnu] elpa/parseedn 5470d4ed67 21/32: Fix the inst parsing test for the case where TZ=UTC
Date: Tue, 28 Dec 2021 14:04:43 -0500 (EST)

branch: elpa/parseedn
commit 5470d4ed67aed4dde74bd913b855dc5cdff3a4ef
Author: Arne Brasseur <arne@arnebrasseur.net>
Commit: Arne Brasseur <arne@arnebrasseur.net>

    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

[Prev in Thread] Current Thread [Next in Thread]