From ec5649fada6d91ea7d1a75efe7e42699d0f0f7b6 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 8 Jan 2011 17:38:26 -0600 Subject: Use common timezones only No need to show historical and deprecated zone names. Signed-off-by: Dan McGee --- main/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( -- cgit v1.1-4-g5e80