We are using server side validation for validating in-app subscription in play store. Google returned such a response for one of the requests -
{
kind: "androidpublisher#subscriptionPurchase",
initiationTimestampMsec: "1363062617125",
validUntilTimestampMsec: "1365762617125",
autoRenewing: true
}
Its a monthly subscription and if you convert the timestamps, validUntilTimestampMsec is 6 hours more than a month, any idea why?