TimeLib library functions

aarg:
The example sketches that ship with the library demonstrate the usage quite well.

Actually, tigger does have a point.
While the examples do show how to get date/time elements from a time_t value using the functions for extracting each element like hour() or minute(), they don't show how to use breakTime() and get the elements from the tmElements_t structure.

Even though it is straight forward and quite simple, the library doesn't come with any "hand holding" examples that show how to do it.

--- bill