We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946e4fe commit 3b128a0Copy full SHA for 3b128a0
tests/stick_test_data.py
@@ -7,7 +7,7 @@
7
8
# test using utc timezone
9
utc_now = datetime.now(tz=UTC).replace(tzinfo=UTC)
10
-utc_now_offset = datetime.now(tz=UTC).replace(tzinfo=UTC) + timedelta(seconds=30)
+utc_now_offset = datetime.now(tz=UTC).replace(tzinfo=UTC) + timedelta(days=1, hours=4, seconds=30)
11
12
13
# generate energy log timestamps with fixed hour timestamp used in tests
0 commit comments