Commit 9dc6cbf7 authored by Tom Dickson's avatar Tom Dickson Committed by Max Kanat-Alexander

Bug 646209: Offer "UTC" as a timezone option in General Preferences

r=mkanat, a=mkanat
parent 46cb9df8
...@@ -39,6 +39,7 @@ sub legal_values { ...@@ -39,6 +39,7 @@ sub legal_values {
# Append 'local' to the list, which will use the timezone # Append 'local' to the list, which will use the timezone
# given by the server. # given by the server.
push(@timezones, 'local'); push(@timezones, 'local');
push(@timezones, 'UTC');
return $self->{'legal_values'} = \@timezones; return $self->{'legal_values'} = \@timezones;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment