yehoshuadimarsky / python-ssas

A proof of concept to integrate Python and Microsoft Analysis Services
MIT License
77 stars 33 forks source link

Fixed DateTime parsing in non-US locale #9

Closed samusaran closed 3 years ago

samusaran commented 3 years ago

The fix consists in forcing the formatted datetime to reflect the ISO 8601 format. This should avoid switching between days and months in locale that use DD/MM/YYYY formats

fixes #8