void setup() { myRTC.begin(); myRTC.setDS1307time(0, 0, 0, 1, 1, 2023, 1); // Set the time and date }
: