Bug 443102

Summary: repoquery: raw time_t is not particularly friendly
Product: [Fedora] Fedora Reporter: Bill Nottingham <notting>
Component: yum-utilsAssignee: Seth Vidal <skvidal>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: james.antill, pmatilai, rvokal, tim.lauridsen
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-04-18 17:38:04 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bill Nottingham 2008-04-18 17:07:24 UTC
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

Comment 1 James Antill 2008-04-18 17:35:17 UTC
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.


Comment 2 James Antill 2008-04-18 17:38:04 UTC
 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.