Q. Which setting is used to configure the time zone in a Django project?
β
Correct Answer: (B)
TIME_ZONE
Explanation: TIME_ZONE setting defines the default time zone for the project.