pavlinamv commented on this pull request.


> @@ -44,7 +44,8 @@ static int dateToTimet(const char * datestr, time_t * secs, 
> int * date_words)
     struct tm time, ntime;
     const char * const * idx;
     char *p, *pe, *q, *date, *tz;
-    char tz_name[10];               /* name of timezone (if extended format is 
used) */
+    char *tz_name = NULL;               /* TZ database name (if extended 
format is used) */

I used "TZ database name" because I read it in several sources (e.g 
https://en.wikipedia.org/wiki/List_of_tz_database_time_zones or some others). 
So it looks correct for me.

-- 
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#discussion_r296541883
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to