Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Add support for differing locales #8

Open
punkstar opened this issue Nov 7, 2018 · 0 comments
Open

Add support for differing locales #8

punkstar opened this issue Nov 7, 2018 · 0 comments

Comments

@punkstar
Copy link
Contributor

punkstar commented Nov 7, 2018

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:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant