meanbee / magento-estimateddelivery

Magento 1 Extension to provide delivery date estimates for each shipping method.
https://www.meanbee.com/magento-extensions/estimated-delivery.html
Other
20 stars 11 forks source link

Add support for differing locales #8

Open punkstar opened 6 years ago

punkstar commented 6 years ago

There are some areas of the code that rely on Zend_Date::toString to convert Zend_Date into DateTime objects. This isn't a reliable way to do it as some locales do not generate strings that can be correctly parsed by DateTime::__construct.

We need to modify the code to be able to safely convert between Zend_Date and DateTime, regardless of locale.

Related Issues: