First, thanks so much for this library, I find it very useful! I was about to investigate another issue when I noticed that lein test failed on my development computer.
version
0.3.11
platform
> java -version
openjdk version "11.0.5" 2019-10-15 LTS
OpenJDK Runtime Environment Corretto-11.0.5.10.1 (build 11.0.5+10-LTS)
OpenJDK 64-Bit Server VM Corretto-11.0.5.10.1 (build 11.0.5+10-LTS, mixed mode)
on macOS
current timezone: Eastern Standard Time
problem
cli-matic.presets-test/test-dates fails on my development computer.
First, thanks so much for this library, I find it very useful! I was about to investigate another issue when I noticed that
lein test
failed on my development computer.version
0.3.11
platform
on macOS current timezone: Eastern Standard Time
problem
cli-matic.presets-test/test-dates
fails on my development computer.repro
expected behavior
Test should pass in any timezone
actual behavior
Test fails in my timezone, and I assume all timezones other than CEST, given the comment in the code:
action
I've looked into using cljc.java-time for a timezone independent
test-dates
. I will follow up with a PR for your review.