We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba67e5 commit 1a687f9Copy full SHA for 1a687f9
1 file changed
tests/stick_test_data.py
@@ -6,7 +6,9 @@
6
pw_constants = importlib.import_module("plugwise_usb.constants")
7
8
# test using utc timezone - 2025-04-03 22:00:00
9
-fixed_time = datetime(2025, 4, 3, 22, 0, 0) # changed from datetime.now(tz=UTC).replace(tzinfo=UTC)
+fixed_time = datetime(
10
+ 2025, 4, 3, 22, 0, 0
11
+) # changed from datetime.now(tz=UTC).replace(tzinfo=UTC)
12
13
# generate energy log timestamps with fixed hour timestamp used in tests
14
hour_timestamp = fixed_time.replace(minute=0, second=0, microsecond=0)
0 commit comments