RTC1307 - Set a custom date/time

For you it might be easier to use the six argument constructor of DateTime:

DateTime::DateTime (uint16_t year, uint8_t month, uint8_t day, uint8_t hour, uint8_t min, uint8_t sec)

Just insert the values you need.