LTE Module Series
EC25&EC21 AT Commands Manual
EC25&EC21_AT_Commands_Manual 85 / 231
If the time has not been synchronized through network, the command will return a null time string: +QLTS:
""
Example
AT+QLTS=? //Query supported network time modes
+QLTS: (0-2)
OK
AT+QLTS //Query the latest time synchronized through network
+QLTS: "2017/10/13,03:40:48+32,0"
OK
AT+QLTS=0 //Query the latest time synchronized through network. It offers the same
function as Execution Command AT+QLTS.
+QLTS: "2017/10/13,03:40:48+32,0"
OK
AT+QLTS=1 //Query the current GMT time calculated from the latest time that has been
synchronized through network
+QLTS: "2017/10/13,03:41:22+32,0"
OK
AT+QLTS=2 //Query the current LOCAL time calculated from the latest time that has been
synchronized through network
+QLTS: "2017/01/13,11:41:23+32,0"
OK
6.9. AT+QNWINFO Query Network Information
The command indicates network information such as access technology selected, the operator and the
band selected.
AT+QNWINFO Query Network Information
Test Command
AT+QNWINFO=?
Execution Command
AT+QNWINFO
Response
+QNWINFO: <Act>,<oper>,<band>,<channel>