You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this library with ESP32 if I update the time to the 2038 year or above any year it does not hold a proper year. It goes back to different years for example
rtc.setTime(58, 42, 12, 17, 10, 2045);
H M S D M Y
12 42 58 17 10 2045
Response from the device
12:51:34 30:05:1905
Any suggestion or help is highly appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I am using this library with ESP32 if I update the time to the 2038 year or above any year it does not hold a proper year. It goes back to different years for example
rtc.setTime(58, 42, 12, 17, 10, 2045);
H M S D M Y
12 42 58 17 10 2045
Response from the device
12:51:34 30:05:1905
Any suggestion or help is highly appreciated.
Thanks
The text was updated successfully, but these errors were encountered: