adafruit / RTClib

A fork of Jeelab's fantastic RTC Arduino library
MIT License
798 stars 709 forks source link

Clarify the documentation of the DateTime constructor from ISO 8601 #275

Open edgar-bonet opened 1 year ago

edgar-bonet commented 1 year ago

As noted in issue #274, ISO 8601 defines many date/time formats. Only a small subset of these are supported by the constructor

DateTime::DateTime(const char * iso8601dateTime)

This pull request expands the Doxygen documentation of the constructor in order to fully specify the supported formats.

Fixes #274.