summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrabhu Ramachandran2011-11-08 02:13:45 +0530
committerPrabhu Ramachandran2011-11-08 02:13:45 +0530
commit6cf3b7336d07aac3acffc16f95ac8cdf5bb0bc97 (patch)
treeeb185de00784fd949889b2710802d6f3b2f62ad2
parentec738bb79132a581a1778187a55632983d1fcb53 (diff)
downloadonline_test-6cf3b7336d07aac3acffc16f95ac8cdf5bb0bc97.tar.gz
online_test-6cf3b7336d07aac3acffc16f95ac8cdf5bb0bc97.tar.bz2
online_test-6cf3b7336d07aac3acffc16f95ac8cdf5bb0bc97.zip
Updating timezone to India.
-rw-r--r--settings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings.py b/settings.py
index 3678399..a60554d 100644
--- a/settings.py
+++ b/settings.py
@@ -31,7 +31,7 @@ DATABASES = {
# timezone as the operating system.
# If running in a Windows environment this must be set to the same as your
# system time zone.
-TIME_ZONE = 'America/Chicago'
+TIME_ZONE = 'Asia/Kolkata'
# Language code for this installation. All choices can be found here:
# http://www.i18nguy.com/unicode/language-identifiers.html
@@ -150,4 +150,4 @@ LOGGING = {
}
}
-AUTH_PROFILE_MODULE = 'exam.Profile' \ No newline at end of file
+AUTH_PROFILE_MODULE = 'exam.Profile'