The real time clock is not configured correctly. Over a ~20 hour span, the RTC ran ahead by 26 minutes. After adjusting the RTC synchronous predivider from 255 to 260, the RTC ran ahead by 17 minutes in 8 hours. The RTC will need to be trimmed, or a different clock selected. An option would be to feed the RTC clock signal to a GPIO pin and measure on an oscilloscope.
Another option is abandoning the onboard RTC for an external module, but this is un-ideal. Such modules need another UART and complicate the hardware circuitry.
The real time clock is not configured correctly. Over a ~20 hour span, the RTC ran ahead by 26 minutes. After adjusting the RTC synchronous predivider from 255 to 260, the RTC ran ahead by 17 minutes in 8 hours. The RTC will need to be trimmed, or a different clock selected. An option would be to feed the RTC clock signal to a GPIO pin and measure on an oscilloscope.