Electrical – Fetching network time from simcon 800c gsm module

at commands

Is there any way to fetch the current time from the 800c GSM module. I tried the following commands:

AT+CENG=2
AT+CLTS=1 
AT+CCLK? 

Output:

+ceng:"4/01/01,00:35:+22 

Not getting the updated date and time from network.

Best Answer

i tried the following commands to get the correct time from the network.

AT+COPS=2
AT+CLTS=1
AT+COPS=0
AT+CCLK?