Skip to content

Conversation

@edgar-bonet
Copy link
Contributor

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.

The constructor

    DateTime::DateTime(const char * iso8601dateTime)

only supports a small subset of the date/time formats defined by
ISO 8601. Clearly specify the supported formats in the Doxygen
documentation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Constructor DateTime(const char *iso8601dateTime) is not compliant with iso8601 times.

1 participant