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.
This is a nice library, almost exactly what I was looking for!
I made a couple of changes to suit my needs, namely:
I added method to read variables from an NTP server via control packets. My angle is to store a timezone variable in the NTP server, and have all my clocks get the timezone data from that server. Example usage:
This is a nice library, almost exactly what I was looking for!
I made a couple of changes to suit my needs, namely: