#include <LDateTime.h> datetimeInfo t; unsigned int rtc; void setup() { } void loop() { LDateTime.getTime(&t); LDateTime.getRtc(&rtc); delay(1000); }