fix - set time zone to asia/tehran
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user