pmatilai commented on this pull request.


> @@ -178,13 +179,17 @@ static int dateToTimet(const char * datestr, time_t * 
> secs, int * date_words)
 
     if (*secs == -1) goto exit;
 
+    if (tzname[1][0] == 0)
+       rpmlog(RPMLOG_WARNING, _("time zone in %%changelog not in tz database: 
%s\n"), datestr);

Um. Why not just "unknown timezone in changelog: %s"? Speaking about database 
sounds like its a misconfiguration or something like that.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/739#pullrequestreview-250402750
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to