Bug 361809: GMT, UT, UTC and WET cannot be used as timezone - Patch by victory(_RSZ_) <bmo2007@rsz.jp> r=LpSolit a=justdave
git-svn-id: svn://10.0.0.236/trunk@215877 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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 "";
|
||||
|
||||
Reference in New Issue
Block a user