fix - set time zone to asia/tehran

This commit is contained in:
2025-12-06 08:46:35 +03:30
parent 05395202cb
commit ce58bbf958

View File

@@ -12,10 +12,9 @@ https://docs.djangoproject.com/en/5.2/ref/settings/
import os
import os.path
from datetime import timedelta
from pathlib import Path
from django.conf import settings
from dotenv import load_dotenv
from pathlib import Path
from Rasaddam_Backend.request_formatter import RequestFormatter
@@ -285,7 +284,7 @@ AUTH_PASSWORD_VALIDATORS = [
LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'UTC'
TIME_ZONE = 'Asia/Tehran'
USE_I18N = True