DS1307/DS3231 RTC driver - implementation. See rtc.h. More...
#include "services/rtc/rtc.h"
#include "ServerConfig.h"
Go to the source code of this file.
DS1307/DS3231 RTC driver - implementation. See rtc.h.
The date math is H. Hinnant's proleptic-Gregorian days<->civil algorithms, so it is exact for any date and needs no lookup tables or stdlib time functions.
Definition in file rtc.cpp.