Fixed timezone being returned incorrectly
Happened if you've set TZ to non-UTC. Apparently astimezone and replace doesn't do the same thing even if tzinfo is None.
This commit is contained in:
@@ -4,6 +4,7 @@ services:
|
||||
image: donkie/spoolman:test
|
||||
environment:
|
||||
- SPOOLMAN_LOGGING_LEVEL=INFO
|
||||
- TZ=Europe/Stockholm
|
||||
tester:
|
||||
image: donkie/spoolman-tester:latest
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user