bitpay / php-bitpay-client

PHP implementation for the BitPay cryptographically secure RESTful API
MIT License
165 stars 148 forks source link

a library shouldn't set default timezone #261

Closed mfb closed 6 years ago

mfb commented 6 years ago

A library shouldn't set the default timezone, this could have wide-ranging side effects in an application. Instead set the timezone as appropriate on individual dates.

mfb commented 6 years ago

See also discussion @ #196

pieterpoorthuis commented 6 years ago

Fixed in v2.2.20