Skip to content

Releases: kunteng/algoliasearch-client-python

1.11.0 with datetime fix

19 Jan 11:02

Choose a tag to compare

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