Update tzlocal to v4.x and remove pytz dependency (#1528)

* Update tzlocal to v4.x and remove pytz dependency
* Avoid `unwrap_shim` method
* Remove upper bound of tzlocal version
This commit is contained in:
outa 2022-07-30 21:46:43 +02:00 committed by GitHub
parent 049d2a72c8
commit 62f65ce3b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 78 additions and 228 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