Issue274

Title Change Activity Summary dates to year-month-day format
Priority bug Status resolved
Superseder Nosy List ajaksu2, loewis, r.david.murray, stephen, techtonik
Assigned To Topics

Created on 2009-04-24.17:47:50 by ajaksu2, last changed 2010-04-02.02:25:45 by r.david.murray.

Files
File name Uploaded Type Edit Remove
summary_date2.diff ajaksu2, 2009-04-24.18:57:50 text/plain
Messages
msg1635 (view) Author: r.david.murray Date: 2010-04-02.02:25:45
This should be fixed for real now, I think.  (The patch had been committed but not installed).
msg1464 (view) Author: techtonik Date: 2009-09-17.12:26:42
Not fixed or broken again.

http://mail.python.org/pipermail/python-dev/2009-September/091587.html

09/xx/09 are especially mysterious. =)
msg1357 (view) Author: loewis Date: 2009-04-25.08:45:26
Thanks for the patch. Committed as r71864.
msg1355 (view) Author: ajaksu2 Date: 2009-04-24.18:57:50
Stephen Turnbull wrote:
> The comment should be changed to "ISO 8601"

Changed to "ISO 8601: yyyy-mm-dd" so people can readily get what the format is.

Thanks for the feedback!
msg1354 (view) Author: stephen Date: 2009-04-24.18:37:22
Daniel Diniz writes:

 >  # Date format per time.strftime
 > -dateFormat="%x"   #locale-appropriate
 > +dateFormat="%F"   #locale-appropriate

The comment should be changed to "ISO 8601".
msg1353 (view) Author: ajaksu2 Date: 2009-04-24.17:47:49
Trivial patch that changes
 ACTIVITY SUMMARY (04/17/09 - 04/24/09)
into
 ACTIVITY SUMMARY (2009-04-17 - 2009-04-24)
as requested at http://mail.python.org/pipermail/python-dev/2009-April/088967.html
History
Date User Action Args
2010-04-02 02:25:45r.david.murraysetstatus: resolved
nosy: + r.david.murray
messages: + msg1635
2009-09-17 12:26:42techtoniksetstatus: resolved -> (no value)
nosy: + techtonik
messages: + msg1464
2009-04-25 08:45:26loewissetstatus: chatting -> resolved
nosy: + loewis
messages: + msg1357
2009-04-24 18:57:50ajaksu2setfiles: + summary_date2.diff
messages: + msg1355
2009-04-24 18:55:44ajaksu2setfiles: - summary_date.diff
2009-04-24 18:37:22stephensetstatus: unread -> chatting
nosy: + stephen
messages: + msg1354
2009-04-24 17:49:52ajaksu2setfiles: + summary_date.diff
2009-04-24 17:49:42ajaksu2setfiles: - summary_date.diff
2009-04-24 17:47:50ajaksu2create