power outage recovery using DS1307 Real Time Clock

Need the Wire page too.
With DS1307, start by setting the register pointer to byte 56 where the battery backed SRAM starts.
Then do 2 Wire.send messages to send the data over.

Same for reading it back.
Set the register pointer, then do 2 Wire.read (wire.receive?) to bring the 2 bytes back.