Thanks I appreciate all the feedback.
I ended up storing it in my libraries through a simple search on the IDE that allowed me to extract the library directly from GitHub from my IDE.
Now I have the date and time uploaded to my RTC but I think I need to move or delete a line of code in order for the date and time to continue working instead of resetting back to the initial time I uploaded the program.
rtc.adjust(DateTime)DATE, TIME));
the date and time are correct on my computer but do I have to move this line of code around maybe??