arduino-libraries / RTCZero

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

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

Open trlafleur opened 4 years ago

trlafleur commented 4 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!