GLEF1X / glQiwiApi

🥝 The ultrarapid and multifunctional wrapper over QIWI and YooMoney
https://glqiwiapi.readthedocs.io/en/latest/
MIT License
84 stars 11 forks source link

Date conversion to UTC timezone has a bug #89

Closed GLEF1X closed 1 year ago

GLEF1X commented 1 year ago

The function datetime_to_utc_in_iso_format has a bug. pytz.utc.localize(obj) is a wrong way to actually localize the datetime object.

TODO: