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 f27f5a7 commit 670d7fbCopy full SHA for 670d7fb
libraries/RTC/examples/Example1_Get_Time/Example1_Get_Time.ino
@@ -38,7 +38,7 @@ void loop()
38
Serial.printf("%02d.", myRTC.seconds);
39
Serial.printf("%02d", myRTC.hundredths);
40
41
- Serial.printf(" 20%d/", myRTC.month);
+ Serial.printf(" %02d/", myRTC.month);
42
Serial.printf("%02d/", myRTC.dayOfMonth);
43
Serial.printf("%02d", myRTC.year);
44
0 commit comments