Releases: kunteng/algoliasearch-client-python
Releases · kunteng/algoliasearch-client-python
1.11.0 with datetime fix
Fix datetime timestamp conversion when datetime is not in local time Use `calendar.timegm` and `datetime.utctimetuple` References: https://docs.python.org/3/library/time.html#time.mktime https://docs.python.org/3/library/calendar.html#calendar.timegm