Specifications

Table Of Contents
Chapter 18 Sleep Commands
112 Multi-Tech Systems, Inc. CDMA C1 AT Commands Reference Guide
Read CDMA Network Time +WNETTIMEGET
Description: This command returns the time as defined in the CDMA network. For time to be returned, the
modem must have CDMA service. Time will be returned in seconds from 1/6/80.
If CDMA service is not present, GMTTime format returns 16 zeros and Julian time returns
ERROR.
The use of CDMA time when handling E911 location data is strongly discouraged since the
CDMA time does not reflect the time the GPS data was retrieved. Furthermore, GPS time and
CDMA time are not exactly the same time constants.
According to IS95A, section 7.7.1.3, local time is calculated by GMTtime LeapSec + TimeZone.
Note: Daylight savings time is available, but it is already factored into TimeZone and,
therefore, should not be used in the calculation.
The format of the command response output is defined by the AT+WNETTIMEFMT command
setting.
Syntax: +WNETTIMEGET?
Command
Possible Responses
AT+WNETTIMEGET?
Note: response when WNETTIMEFMT = 0
+WNETTIME: <GMTTime>
OK
AT+WNETTIMEGET?
Note: response when WNETTIMEFMT = 1
+WNETTIME: <GMTTime>,<LeapSecs>,
<TimeZone>,<Daylight Savings>
OK
AT+WNETTIMEGET?
Note: response when WNETTIMEFMT = 2
+WNETTIME: <hhmmss>,<yymmdd>,<dw>
OK
Response Field
Description:
Parameter
Description
<GMTtime>
Time at GMT. Hex value in seconds from 1/6/80. The format is a 16 digit
hex number, preceded with zeros, for example: 0000000035f27ec5.
<TimeZone>
Time zone offset from GMT. Signed decimal value in seconds.
<LeapSecs>
Leap seconds since 1/1/80 in decimal.
<Daylight Savings>
Daylight saving indicator, 0 = no, 1 = yes
<hhmmss>
Time in hours(0-23), minutes(0-59), seconds(0-59).
<yymmdd>
Date in years(0-99), month(1-12), day(1-31).
<dw>
Monday(0) through Sunday(6).