mismatch in decoding pdu sms delivery time example: text mode: at+cmgr=5 +CMGR: "REC READ","+917618799612",,"17/10/05,11:54:04+22" hg pdu mode: at+cmgr=5 +CMGR: 1,,21 0791198954800710040C9119678197692100007101501145402202E833 output: >>> pdu = "0791198954800710040C9119678197692100007101501145402202E833" >>> sms = SmsDeliver(pdu) >>> print sms.date 2017-10-05 06:24:04
mismatch in decoding pdu sms delivery time
example:
text mode:
at+cmgr=5
+CMGR: "REC READ","+917618799612",,"17/10/05,11:54:04+22"
hg
pdu mode:
at+cmgr=5
+CMGR: 1,,21
0791198954800710040C9119678197692100007101501145402202E833
output: