fnando / paypal-recurring

PayPal Express Checkout API Client for recurring billing.
257 stars 121 forks source link

Convert start date to UTC to preserve timezone information #15

Open ghost opened 12 years ago

ghost commented 12 years ago

The time is now correctly converted to PayPal's Zulu format including any timezone offset. Previously the timezone information was lost leading to wrong start dates.

This is my first pull request, let me know if I'm not doing it right :)