You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have reduced the issue to the simplest possible case.
I have included a failing test as a pull request. (If you are unable to do so we can still accept the issue.)
It seems like datetime values that are timezone aware are not converted to the default timezone by the serializer, even when USE_TZ is set to True. Is there any way around this to prevent me doing this conversion manually on the client side ?
The text was updated successfully, but these errors were encountered:
Checklist
master
branch of Django REST framework.It seems like datetime values that are timezone aware are not converted to the default timezone by the serializer, even when
USE_TZ
is set toTrue
. Is there any way around this to prevent me doing this conversion manually on the client side ?The text was updated successfully, but these errors were encountered: