The source project of this merge request has been removed.
Return SMS timestamp in ISO8601 format
Currently src/mm-sms-part-3gpp.c:sms_decode_timestamp() returns timestamp in YYMMDDHHMMSS+ZZ format. There are many drawbacks in the way this format is implemented by this function.
- +ZZ captures only hours and not minutes
- YY is only 2 digits. This makes this format not compliant with ISO8601
This changes make this sms_decode_timestamp() return ISO8601 compliant string in the format YYYY-MM-DDTHH:MM:SS+HHMM