Skip to content

Commit f12691f

Browse files
committed
10s offset Circle
1 parent 3ae3343 commit f12691f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/stick_test_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@
623623
+ b"1111111111111111" # mac
624624
+ bytes(("%%0%dX" % 2) % utc_now.hour, pw_constants.UTF8) # noqa: UP031
625625
+ bytes(("%%0%dX" % 2) % utc_now.minute, pw_constants.UTF8) # noqa: UP031
626-
+ bytes(("%%0%dX" % 2) % utc_now.second, pw_constants.UTF8) # noqa: UP031
626+
+ bytes(("%%0%dX" % 2) % (utc_now + timedelta(seconds=10)).second, pw_constants.UTF8) # noqa: UP031
627627
+ bytes(("%%0%dX" % 2) % utc_now.weekday(), pw_constants.UTF8) # noqa: UP031
628628
+ b"00" # unknown
629629
+ b"0000", # unknown2

0 commit comments

Comments
 (0)