Update tzlocal to v4.x and remove pytz dependency

This commit is contained in:
outa 2022-07-03 11:33:16 +02:00
parent 0279637fe4
commit 5159594498
4 changed files with 146 additions and 117 deletions

View file

@ -175,7 +175,7 @@ Feature: Reading and writing to journal with custom date formats
When we run "jrnl -1"
Then we should get no error
And the output should be
2013-10-27 03:27 Some text.
2013-10-27 04:27 Some text.
@skip #1422