Commit 75e8ed22 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Fix bustage in t/007utils.t

parent 615cfb88
...@@ -35,7 +35,7 @@ BEGIN { ...@@ -35,7 +35,7 @@ BEGIN {
# We need to override user preferences so we can get an expected value when # We need to override user preferences so we can get an expected value when
# Bugzilla::Util::format_time() calls ask for the 'timezone' user preference. # Bugzilla::Util::format_time() calls ask for the 'timezone' user preference.
Bugzilla->user->settings->{'timezone'}->{'value'} = "local"; Bugzilla->user->{'settings'}->{'timezone'}->{'value'} = "local";
# We need to know the local timezone for the date chosen in our tests. # We need to know the local timezone for the date chosen in our tests.
# Below, tests are run against Nov. 24, 2002. # Below, tests are run against Nov. 24, 2002.
......
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