Changes between Initial Version and Version 1 of Ticket #11664, comment 9


Ignore:
Timestamp:
Apr 2, 2014, 7:15:14 PM (10 years ago)
Author:
Quince
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11664, comment 9

    initial v1  
    22https://trac-hacks.org/browser/codereviewerplugin/0.12/coderev/model.py?rev=13697&marks=200,201,202,203#L200
    33Do I just need to change 203 to `pretty_when += ' (%s ago)' % pretty_timedelta(from_utimestamp(when))` and the previous three lines are OK as is?
     4
     5[Edit:] Or, actually, shouldn't need to change even 203? I can't tell because I'm not sure which ones are supposed to be in localtime and which in UTC.
     6Also the other location, https://trac-hacks.org/browser/codereviewerplugin/0.12/coderev/util/reviewer.py?marks=94#L94