summaryrefslogtreecommitdiff
path: root/main/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'main/models.py')
-rw-r--r--main/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/models.py b/main/models.py
index 7ce2d2f4..ff2ecf02 100644
--- a/main/models.py
+++ b/main/models.py
@@ -16,7 +16,7 @@ class UserProfile(models.Model):
help_text="When enabled, send user 'flag out-of-date' notifications")
time_zone = models.CharField(
max_length=100,
- choices=make_choice(pytz.all_timezones),
+ choices=make_choice(pytz.common_timezones),
default="UTC",
help_text="Used for developer clock page")
alias = models.CharField(