Description of problem: # repoquery -q --qf "%{NAME} %{BUILDTIME}\n" thunderbird thunderbird 1207609453 Format, plz? Version-Release number of selected component (if applicable): yum-utils-1.1.13-2.fc9.noarch
changing this to ISO time: Ie. "2008-01-31 14:01:02" should be enough, we'll keep sorting etc. then and it's "easy" to parse.
Bah ... this is already done repoquery --qf '%{name} %{buildtime:day}' ustr repoquery --qf '%{name} %{buildtime:date}' ustr ...the former uses "%a %b %d %Y" and the later uses ctime(), having ISO might be useful too but, meh.