jazzband/django-redis

Which timezone wil it take? system timezone or django timezone

devanghingu opened this issue · 1 comments

I am presently saving the auth-token from a third-party API in the django-Redis cache.
how can i configure the different timezone? or how can i know which timezone django-redis is currently using?

Hello, django-redis does not have any concept of timezone, your third party library should take care of that... the only time related concept in django-redis is the timeout which is in absolute terms except when using expire_atethid which accepts timestamp and datetime, in such case redis-py will convert the datetime object in Unix timestamp using .timestamp()