ropg / ezTime

ezTime — pronounced "Easy Time" — is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.
MIT License
327 stars 92 forks source link

Example in documentation uses non-existing function #12

Closed bassages closed 5 years ago

bassages commented 5 years ago

Under https://github.com/ropg/ezTime#secondchanged-and-minutechanged the example uses the dateString function, which does not exist. I think it is supposed to be dateTime https://github.com/ropg/ezTime#datetime.

Thank you for this nice lib and the comprehensive documentation :smiley::thumbsup:

ropg commented 5 years ago

Whoops, thank you, fixed...