Seeking help to rewrite a Sync function for Makuna-RTC

Thanks Gunner, I think that might be the tutorial I followed when switching to the Makuna library. It functions very similar to the RTClib which sort of made it easy for me to switch out my code, and when not trying to sync my RTC to Blynk’s server time, the library keeps the time and I don’t have any problems getting those readings to the display widgets. My problem is when I try to rewrite the time with the RTC widget values of (year(), month(), day(), hour(), minute(), second()). As previously stated, when using RTClib on the Arduino Mega, the time syncing worked great for well over a year. I guess I’m just experiencing growing pains trying to move my project into an ESP environment.