Bug 443102 - repoquery: raw time_t is not particularly friendly
Summary: repoquery: raw time_t is not particularly friendly
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: yum-utils
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Seth Vidal
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-04-18 17:07 UTC by Bill Nottingham
Modified: 2014-03-17 03:14 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-04-18 17:38:04 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.