PCF8563(RTC) time ajust

See if this link help.

https://playground.arduino.cc/Main/RTC-PCF8563/

  //day, weekday, month, century(1=1900, 0=2000), year(0-99)
  rtc.setDate(14, 6, 3, 1, 10);
  //hr, min, sec
  rtc.setTime(1, 15, 0);