improve handling of strptime.
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Fri, 10 Aug 2012 21:26:52 +0000 (18:26 -0300)
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Fri, 10 Aug 2012 21:26:52 +0000 (18:26 -0300)
commit6dc66ac60eb18b2e1ab82f35721047b1aba6737c
tree205d43affc4e54dd912a36f0fa6b5e7af9aa287a
parent2d257353bd10fd5bd96d6a37ca31c7b32e71534d
improve handling of strptime.

previously we've noticed strptime() was not working, but the culprit
is actually mktime() that resets the tm_gmtoff field.

Save this field and remove the custom parse of GMT offset.
dialer/ofono.c