mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
Don't warn if timezone "" is specified.
This commit is contained in:
@@ -410,6 +410,9 @@ warn_if_timezone_bad(char const *tz)
|
||||
if (!tz) {
|
||||
return;
|
||||
}
|
||||
if (!*tz) {
|
||||
return;
|
||||
}
|
||||
if (*tz == '!') {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user