We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2955728 commit f34ac81Copy full SHA for f34ac81
examples/ds3231_displayio_simpletest.py
@@ -57,5 +57,5 @@
57
t = ds3231.datetime
58
# Update the label.text property to change the text on the display
59
display_output_label.text = f"{days[t.tm_wday]}\
60
- \n{t.tm_mday} {months[t.tm_mon]} {t.tm_year}\
+ \n{t.tm_mday} {months[t.tm_mon-1]} {t.tm_year}\
61
\n{t.tm_hour}:{t.tm_min:02}:{t.tm_sec:02}"
0 commit comments