Current Behavior
Go tests are failing for the CLI because the test cases are hardcoded to the author's timezone (mine).
Steps to reproduce
Run test on printer_test.go: go test printer_test.go
Possible Solution
Either fix the timezone to UTC or make the expected test output timezone sensitive as well.
Current Behavior
Go tests are failing for the CLI because the test cases are hardcoded to the author's timezone (mine).
Steps to reproduce
Run test on
printer_test.go:go test printer_test.goPossible Solution
Either fix the timezone to UTC or make the expected test output timezone sensitive as well.