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

Added hourChanged() #166

Open suomi35 opened 1 year ago

suomi35 commented 1 year ago

I needed to know when the hour changed for a project and thought I'd create a pull request here as well, in case anyone else needs the same. Cheers!