Makuna / Rtc

Arduino Library for RTCs, Ds1302, Ds1307, Ds3231, Ds3232, Ds3234 and Pcf8563/BM8563 with deep support. Please refer to the Wiki for more details. Please use the Github Discussions to ask questions as the GitHub Issues feature is used for bug tracking.
GNU Lesser General Public License v3.0
368 stars 126 forks source link

Changed example date input #89

Closed seth-- closed 5 years ago

seth-- commented 5 years ago

This makes more clear that the following is invalid:

RtcDateTime("Apr 9 2019", "23:00:00");

It's a really small change, but could have saved me some debugging time