setting timezone

This commit is contained in:
Irwan Cahyono 2025-10-17 11:06:08 +07:00
parent 5428cee51f
commit 6ca3a8c024

View File

@ -131,7 +131,7 @@ AUTH_PASSWORD_VALIDATORS = [
LANGUAGE_CODE = 'en-us' LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'UTC' TIME_ZONE = config('TIME_ZONE', default='UTC')
USE_I18N = True USE_I18N = True