Please, help with AT commands! (AT+CCLK)

You do know that AFTER you send +CCLK?, the modem will return the time string.

YOU have to write a block of code to parse (separate) the time values out - then do whatever you have to do.

It’s just like sending “AT\r” and receiving “OK\r” back.
It’s just serial traffic, you have to handle it.