Android PayPal Daylight saving time -
i have paypal sdk working perfect in android application using android studio. response transaction giving me time 1 hour behind correct time. here logcat outputting wrong time:
{ "response": { "state": "approved", "id": "pay-***********", "create_time": "2015-04-29t11:17:42z", "intent": "sale" }, "client": { "platform": "android", "paypal_sdk_version": "2.0.2", "product_name": "paypal-android-sdk", "environment": "sandbox" }, "response_type": "payment" }
any ideas how correct this?
Comments
Post a Comment