]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 646209: Offer "UTC" as a timezone option in General Preferences
authorTom Dickson <bugzilla@bombcar.com>
Tue, 5 Apr 2011 00:07:54 +0000 (17:07 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Tue, 5 Apr 2011 00:07:54 +0000 (17:07 -0700)
r=mkanat, a=mkanat

Bugzilla/User/Setting/Timezone.pm

index d75b1113b66105995af6ee636c52cb6235e2e37d..27a90e341f8033b30d11004357c2671e5eb55ca0 100644 (file)
@@ -39,6 +39,7 @@ sub legal_values {
     # Append 'local' to the list, which will use the timezone
     # given by the server.
     push(@timezones, 'local');
+    push(@timezones, 'UTC');
 
     return $self->{'legal_values'} = \@timezones;
 }