tarantool / tarantool-python

Python client library for Tarantool
https://www.tarantool.io
BSD 2-Clause "Simplified" License
100 stars 48 forks source link

Support datetime #204

Closed Totktonada closed 2 years ago

Totktonada commented 2 years ago

It is not offered ATM (2021-12-14), but AFAIK there is agreement on the representation in msgpack. See https://github.com/tarantool/tarantool/pull/6660.

Python documentation: https://docs.python.org/3/library/datetime.html.

DifferentialOrange commented 2 years ago

Changed estimation since now it includes timezones too.