arduino-libraries / RTCZero

RTC Library for SAMD21 based boards
http://arduino.cc/en/Reference/RTC
GNU Lesser General Public License v2.1
76 stars 79 forks source link

Allowing epoch to be set to zero or any value #63

Open trlafleur opened 3 years ago

trlafleur commented 3 years ago

SetEpoch check for new Epoch to be larger than EPOCH_TIME_OFF, that is set to 946684800, there are times when one wants to use a difference Epoch than the default!