your answer semi-helped. While looking at the website you gave me they displayed 2 programs, clock and hwclock with switches. Not knowing about those 2 programs didn't help. I did a man clock and it gave me the function clock() and I mainly focused on clock instead of hwclock since well, no idea. Anyways, long story short
# clock -h
# clock --systohw
the --systohw switch gives the hardware clock the same time as the system clock. (There is also a --hwtosys option incase anyone ever gets the reverse of my problem

)
-vexer