SARA-R5 GPS-18031 how to get network time AT+CCLK ?

I bought this board awhile back and was trying all the examples, send, receive, etc and they seem to work fine. I would like to know how I can send this command: AT+CCLK? and get the response back to get the date and time ?

thanks

You should be able to use them just like any other AT commands - here’s a link to a video/ testing program that might help https://www.youtube.com/watch?v=wT0aTiaa5z8

What I am trying to do is run that command in code, looking at your SendSMS example it calls a function .send (?)

if (mySARA.sendSMS(destinationNumber, message) == SARA_R5_SUCCESS)

{

Serial.println(F(“sendSMS was successful”));

}

How do I code this in the program to send the AT+CCLK command and get back a response ?

thanks