Commit cd2b334f authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 361809: GMT, UT, UTC and WET cannot be used as timezone - Patch by…

Bug 361809: GMT, UT, UTC and WET cannot be used as timezone - Patch by victory(_RSZ_) <bmo2007@rsz.jp> r=LpSolit a=justdave
parent 563ef374
......@@ -326,7 +326,7 @@ sub check_notification {
sub check_timezone {
my $tz = shift;
unless (tz_offset($tz)) {
unless (defined(tz_offset($tz))) {
return "must be empty or a legal timezone name, such as PDT or JST";
}
return "";
......
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