@ -143,6 +143,7 @@ class DetailUserView(APIView):
acc = request.JSON.get('account', None)
if not acc['b_day'] is None:
b_date = datetime.datetime.strptime(acc['b_day'], '%d.%m.%Y') # TODO вынести форматы в настройки
acc['b_day'] = b_date.strftime('%Y-%m-%d')