I'm working on a project that needs to go to a low power state periodically. I'm using the internal RTC of the SAMD21 to keep track of date and time. The code is implemented using the RTCZero library and the Arduino Low Power library. The issue I'm having is that when the USB cable is disconnected, executing the LowPower.sleep for the first time causes the RTC to reset. Is there a workaround for this issue?