RTC to turn on 2 relays

hello I am new to this code or programming of the Arduino uno R3. But I have great electronic & electrical skills. I was wondering where I would go to get code that I could import and maybe modify to work for my project.

My project requirements
RTC which will turn on 2 different relays so I can control 2 water valves. one to send water to backyard sprinkler for 10 mins and then the second relay to send water to front yard for 10 mins 3 times per day. On a Real Time Clock so it will activate at 6 am, 3 pm and 10 pm. Rinse and repeat.

Any ideals are greatly appreciated.
Thank you

Good day to you,

There’s probably no code that is already made to do exactly what you need but the Arduino UNO

You can look at the Arduino’s tutorial and reference:
*https://www.arduino.cc/en/Tutorial/HomePage
*https://www.arduino.cc/reference/en/

Learning about delays will be important:
*https://www.arduino.cc/reference/en/language/functions/time/delay/

For more help on the code we suggest using the Arduino Forum:
*https://forum.arduino.cc/

Sincerely,