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 85b0ce6 commit 71e6f57Copy full SHA for 71e6f57
tests/stick_test_data.py
@@ -14,7 +14,7 @@
14
15
# generate energy log timestamps with fixed hour timestamp used in tests
16
# 2025-04-03 22:00:00
17
-hour_timestamp = datetime(25, 4, 3, 22, 0, 0) # utc_now.replace(minute=0, second=0, microsecond=0)
+hour_timestamp = datetime(2025, 4, 3, 22, 0, 0) # utc_now.replace(minute=0, second=0, microsecond=0)
18
19
LOG_TIMESTAMPS = {}
20
_one_hour = timedelta(hours=1)
0 commit comments